1.0.0 • Published 10 years ago

strtotime v1.0.0

Weekly downloads
221
License
MIT
Repository
github
Last release
10 years ago

strtotime

Node StrToTime function.

This code is taken from the original project by blaxmas.

This is a simple fork of the original code but with the main difference that the Date.prototype scope is not extended.

Examples

var strtotime = require('strtotime');

strtotime('1 week');
strtotime('next friday');
strtotime('2015-01-05');
strtotime('27/02/2017');