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...
Continue reading...