In PHP, you can easily convert an English textual datetime description into a proper date with strtotime().
strtotime()
Is there anything similar in Javascript?
There are few modules that provides similar behavior, but not exactly like PHP's strtotime. Among few alternatives I found date-util yields the best results.