Hi,
How to convert this “2015-01-20T15:12:59Z” to this format “Mon. January 19 2015 at 3:21 PM”
Please help me.
Hi,
How to convert this “2015-01-20T15:12:59Z” to this format “Mon. January 19 2015 at 3:21 PM”
Please help me.
There are multiple ways, but all of them are based on date converting helpers
http://docs.webix.com/api__date_datetostr.html
http://docs.webix.com/api__date_strtodate.html
Thank you makism…