-
Notifications
You must be signed in to change notification settings - Fork 6.7k
DatePicker MM/dd/yy #6625
Comments
Can you provide steps to reproduce? I'm looking at the DatePicker now and it appears to be working as expected. |
me too, pick 01/01/1940 => input will be display 01/01/40 |
@hongthach12 your output is expected output from what I understand about the intended functionality of the module with that format (it's difficult to say because that format is inherently relying on the system to make assumptions about the century). |
@C-Merrill, if using a 4-digit year format is ok. code:
|
Hi,
I am using DatePicker to pick the date it's working fine when we are select from the date picker (Sun Aug 20 2016 00:00:00 GMT-0500 (Central Daylight Time). But when we manually enter date as 08/20/16 it is taking as Sun Aug 20 1916 00:00:00 GMT-0500 (Central Daylight Time) so it is adding default to "19" when we manually enter 16 as year. can some one pls help..
Thanks
sree
The text was updated successfully, but these errors were encountered: