Date format behaviour

3 replies. Last post: August 28, 2009 4:36 AM by Dicky S
Tags :
  • New Discussion
  • New Question
  • New Product Feedback
Darren BuddMember

I have a webinput on an aspx page with the formatting markup below.  This works for other developers on my team who are in the GMT timezone.  I am in a Canadian time zone, and even after changing my date/time and regional settings to match theirs, when running the page locally, the date selector assumes the date value is in US format, and gets mixed up.  I can access the same page on a liver server and the control works correctly for me.  Se attached image for behaviour Im getting.  Can anyone advise?

 

thanks

 

<
DisplayFormat Format="dd/MM/yyyy" IsEnabled="True">

<ErrorWindowInfo IsEnabled="True">

</ErrorWindowInfo>

</DisplayFormat>

<EditFormat ErrorText="" Format="dd/MM/yyyy" IsEnabled="False">

<MaskInfo MaskExpression="00/LL/0000">

</MaskInfo>

<ErrorWindowInfo IsEnabled="True">

</ErrorWindowInfo>

</EditFormat>

All times are GMT -5. The time now is 9:39 PM.
Previous Next