Musings and bugs of a developer
This blog is a record of some development issues I have faced. There may be something of use!
Tuesday, 3 April 2007
AJax Calendar extender date format
The date format of the Calendar extender seesm to be mm/dd/yyyy.
To change it to culture specific:
Set Page Culture="auto"
Set Page UICulture="auto"
Set ScriptManager EnableScriptGlobalization="true"
Set ScriptManager EnableScriptLocalization="true"
‹
›
Home
View web version