parsedate on strings like "2017-Mar-23 06:38:30.143"


#1 nimaimalle

parsedate is returning undefined for the string directly from the documentation: "2017-Mar-23 06:38:30.143"

If I change the "Mar" to "03", making "2017-03-23 06:38:30.143", it works, returning "2017-02-23 06:38:20"

Any insights as to why the sample string from the documentation isn't working appreciated!

#2 nimaimalle
#1 nimaimalle
parsedate is returning undefined for the string directly from the documentation: "2017-Mar-23 06:38:30.143" If I change the "Mar" to "03", making "2017-03-23 06:38:30.143", it works, returning "2017-02-23 06:38:20" Any insights as to why the sample string from the documentation isn't working appreciated!

removed