I have one DateField for which I have set following properties

formatString as “MM/DD/YYYY”
editable = true

Problem

When I enter 01/01/01 it takes the date as 1st Jan 2001

When I enter 01/01/1 it takes the date as 1st Jan 1901
And When I enter 01/01/001 it takes the date as 1st Jan 1901

I want to remove this inconsistency and I want to have the default
year as 2001, OR
can I show any error on entering year as ‘1’ or ‘001’ ??

Bcz it is wrong to have the yeat 2001 on '01'
and 1901 on entering '1' and '001'

Please let me know the solution, if you have faced any of such issues

Thanks in advance


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to