vote up 0 vote down star

I expect it to be Thread.CurrentThread.CurrentUICulture.DateTimeFormat.ShortDatePattern if not specified explicitly in CalendarExtender.Format property but it's not. I don't set the property in my .aspx markup but in the debugger it reports "d". Well, DateTime.Now.ToString("d") returns "31.10.2009" (which corresponds to CurrentUICulture) but when i pick the date in the browser the text in the target TextBox is "10/31/2009".

Why?

flag

70% accept rate
The version is 3.0.30512.0 – frogbot Oct 31 at 10:48
Figured it out: ScriptManager on the page didn't have EnableScriptGlobalization="true" – frogbot Nov 2 at 8:00

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.