Date Time Picker date format |
Post Reply |
Author | |
retsoftuser
Newbie Joined: 10 April 2008 Location: India Status: Offline Points: 1 |
Post Options
Thanks(0)
Posted: 10 April 2008 at 2:19am |
Hello!
I need to change the format of date display say (dd-mm-yy to mm-dd-yy) in date time picker. But the result is not ok.
I am changing it through customformat = "mm-dd-yy" but the result is for the date 10-04-2008 and the result when changed to mm-dd-yy is 24-10-08.
I have a registered version 11.2.2.
|
|
Lodep59
Senior Member Joined: 03 April 2008 Status: Offline Points: 203 |
Post Options
Thanks(0)
|
Hi,
The custom format code for the month is "M" not "m".
So if you want the format "month-day-year" you must use "MM-dd-yy".
Today the result will be "04-10-08".
Regards,
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |