I use Node.JS and I want to transform a date string into a real javascript date format.
'2017-06-06' should result in a date number 1496823427642
'2017-06-06'
1496823427642
Any thoughts?
No comments:
Post a Comment