I am not sure how big of a problem this is but here I got this response from of our customers endusers regarding the CalendarExtender.
Her "errorreport" suggested that the control failed to return the wrong dateformat. The format for today would be 2007-05-2 (swedish locale) which IRL looks unnatural because we write it as 2007-05-02 normally. Even though the dates are exactly identical it still causes confusion.
Any idea on how to fix this?
Hi,
try using to set the Format property of the Calendar Extender which would probably be in your case something like yyyy-MM-dd. Also take a look at this post:EnableGlobalization property on the ScriptManager.
Grz, Kris.
EnableScriptGlobalization="true" alraeady was set on the ScriptManager. However the formatstring was yyyy-MM-d, when I changed it to yyyy-MM-dd it worked.
No comments:
Post a Comment