Moment.js does humanized and calendar dates, for example:
moment().calendar()
"Today at 10:17 AM"
which gets a current date object and converts to a calendar date, and
is there any way to do that in reverse? Like if I give it "Today at 10:17 AM"
, it returns a date object with todays date and 10:17 AM as the time?