ASP.NET AJAX: CalendarExtender - localize date format of today
-
Is it possible to change the format of the today date in the footer of the CalendarExtender? The CalendarExtender localizes the text correctly (i.e. Heute for german) but the date format is always MMM dd, yyyy. I want to change that to dd.MM.yyyy for german. I tried to change "Heute: {0}" to "Heute: {0: dd.MM.yyyy}" in the ScriptResources.de.resx resource but nothing changed. Any ideas?
-^-^-^-^-^- no risk no funk ................... please vote ------>
-
Is it possible to change the format of the today date in the footer of the CalendarExtender? The CalendarExtender localizes the text correctly (i.e. Heute for german) but the date format is always MMM dd, yyyy. I want to change that to dd.MM.yyyy for german. I tried to change "Heute: {0}" to "Heute: {0: dd.MM.yyyy}" in the ScriptResources.de.resx resource but nothing changed. Any ideas?
-^-^-^-^-^- no risk no funk ................... please vote ------>
CalendarExtender has a Format property. Set it by "dd.MM.yyyy" Best Regard Pathan
---------------------------------------------------
-
CalendarExtender has a Format property. Set it by "dd.MM.yyyy" Best Regard Pathan
---------------------------------------------------
The Format property is used to format the date in the extended TextBox. However, I need to format the date that is shown in the calendar as today (in the footer).
-^-^-^-^-^- no risk no funk ................... please vote ------>