php-datetime
v0.5.0
Published
The date() and time() functions of PHP in Javascript.
Downloads
2
Readme
php-datetime.js
The date() and time() functions of PHP in Javascript.
Example Usage
const datetime = require('php-datetime.js');
console.log(datetime.date('d-m-Y H:i:s'));