jonschlinkert/gray-matter

Can't parse datetime format

tfsomrat opened this issue · 0 comments

Gray-matter can't parse date format unless it's a string. but the date is not actually a string.

an example that doesn't work:

date: 2019-01-01

and an example that works:

date: "2019-01-01"