Is there a way to convert date.getTime()
value to the Date? I mean, like this:
1377564829609 ----> Mon Aug 26 21:53:49 GMT-0300 2013
Thanks in advance.
Is there a way to convert date.getTime()
value to the Date? I mean, like this:
1377564829609 ----> Mon Aug 26 21:53:49 GMT-0300 2013
Thanks in advance.
Try this
The Date class contructor
And the adobe doc said like this