format-date
Forked from http://github.com/azer/format-date and republished.
Takes a string and a date object, returns what you expect.
Install
$ npm install format-date
Example
var formatDate = ; ;// 21/09/2014 ;// 13:30:53 Monday ;// January 2014
Reference
Local
- day
- day-name
- month
- month-name
- year
- hours
- minutes
- seconds
UTC
- utc-day
- utc-day-name
- utc-month
- utc-month-name
- utc-year
- utc-hours
- utc-minutes
- utc-seconds