strftime/Readme.md
2010-11-11 13:18:20 -08:00

26 lines
421 B
Markdown

strftime
========
strftime for JavaScript
Installation
============
npm install strftime
Usage
=====
var strftime = require('strftime').strftime
console.log(strftime('%D-%M-%Y %H:%M:%S'))
For details just see `man 3 strftime` as the format specifiers are identical.
License
=======
Copyright 2010 Sami Samhuri sami.samhuri@gmail.com
MIT (see included [LICENSE](/samsonjs/strftime/blob/master/LICENSE))