[progress Communities] [progress Openedge Abl] Forum Post: Re: [4.2] - Creating New Date...

  • Thread starter Thread starter IramK
  • Start date Start date
Status
Not open for further replies.
I

IramK

Guest
Hello Siraj, I managed to do it a bit differently. var startDate = new Date(dateStringInUTCFormat.replace("T", " ").replace(/-/g, "/")); // returns a valid javascript date Not sure if this is the best way though. Would there be support for all date formats in the future? Cheers, Iram

Continue reading...
 
Status
Not open for further replies.
Back
Top