How to parse ISO 8601 into date and time format using Moment js in Javascript?
I am currently using Moment js to parse an ISO 8601 string into date and time, but it is not working properly. What am I doing wrong? And I would take any other easier solutions as well.