date.format
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "date.format", | ||
"description": "JS Date format => date.format('Today {Y}/{M}/{D} at {h}:{m}:{s}h and {ms}ms');", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"author": { | ||
@@ -22,3 +22,3 @@ "name": "Javier Gallego Martín", | ||
"url": "https://github.com/bifuer/date.format/issues", | ||
"email" : "bifuer@gmail.com" | ||
"email" : "cheloq@gmail.com" | ||
}, | ||
@@ -40,3 +40,3 @@ "keywords": [ | ||
}, | ||
"main": "./format.js", | ||
"main": "./index.js", | ||
"scripts":{ | ||
@@ -49,3 +49,3 @@ "test": "mocha test/" | ||
"README.md", | ||
"format.js" | ||
"index.js" | ||
], | ||
@@ -52,0 +52,0 @@ "readmeFilename": "README.md", |
@@ -6,3 +6,3 @@ # Date.format | ||
Add to [Date.prototype de JS](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) `.format()` method, allow format the object date in a readable form. | ||
Add to [JS Date.prototype](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) `.format()` method, allow format the object date in a readable form. | ||
Call to method with the pattern you want and will return it formated. | ||
@@ -9,0 +9,0 @@ [npm](https://www.npmjs.com/package/date.format) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7260