dateformatter

0.1.0 • Public • Published

Date formatting library (PHP style)

Usage:

var dateformat = require('dateformatter').format;

dateformat('Y-m-d H:i:s', 1355319420000);
> 2012-12-12 13:37:00 (If your timezone is GMT)

Installation:

npm install dateformatter

Formats:

Should support most PHP date formats, see: http://php.net/manual/en/function.date.php

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i dateformatter

      Weekly Downloads

      59

      Version

      0.1.0

      License

      none

      Last publish

      Collaborators

      • backhand