1.0.1 • Published 8 years ago

datetojson v1.0.1

Weekly downloads
4
License
ISC
Repository
github
Last release
8 years ago

DateToJson

A small library that return date in json format

Usage

var dateformat = require('datetojson');

var date = datetoformat("ddd, DD MMM YYYY HH:mm:ss ZZ", "Sun, 04 Sep 2016 21:00:00 +0100");

date.day - day of month
date.month - month of year
date.year - year
date.hour - hour
date.minute - minute
date.second - second

Tests

npm test