Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Suite Pro
  New Posts New Posts RSS Feed - Date Time Picker date format
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Date Time Picker date format

 Post Reply Post Reply
Author
Message
retsoftuser View Drop Down
Newbie
Newbie


Joined: 10 April 2008
Location: India
Status: Offline
Points: 1
Post Options Post Options   Thanks (0) Thanks(0)   Quote retsoftuser Quote  Post ReplyReply Direct Link To This Post Topic: Date Time Picker date format
    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.
 
 
Back to Top
Lodep59 View Drop Down
Senior Member
Senior Member
Avatar

Joined: 03 April 2008
Status: Offline
Points: 203
Post Options Post Options   Thanks (0) Thanks(0)   Quote Lodep59 Quote  Post ReplyReply Direct Link To This Post Posted: 10 April 2008 at 4:23am
Originally posted by retsoftuser retsoftuser wrote:

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.
 
 
 
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,
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.156 seconds.