No description
Find a file
2010-11-11 13:31:09 -08:00
lib fix order of args in recursive calls 2010-11-11 13:31:09 -08:00
LICENSE first commit 2010-11-11 13:18:20 -08:00
package.json fix order of args in recursive calls 2010-11-11 13:31:09 -08:00
Readme.md reduce the code by about half using replace 2010-11-11 13:24:42 -08:00

strftime

strftime for JavaScript

Installation

npm install strftime

Usage

var strftime = require('strftime').strftime
console.log(strftime('%d-%m-%y %H:%M:%S')) // => 11-11-2010 13:24:17

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)