date.format
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "date.format", | ||
"description": "JS Date format utility (UTC/local), (new Date()).format('Today {Y}/{M}/{D} at {h}:{m}:{s}:{ms}');", | ||
"version": "1.0.0", | ||
"description": "JS Date format => date.format('Today {Y}/{M}/{D} at {h}:{m}:{s}h and {ms}ms');", | ||
"version": "1.0.1", | ||
"author": { | ||
@@ -49,4 +49,4 @@ "name": "Javier Gallego Martín", | ||
], | ||
"readmeFilename": "readme.md", | ||
"readmeFilename": "README.md", | ||
"license": "MIT" | ||
} |
@@ -1,4 +0,6 @@ | ||
# Date.format | ||
# Date.format | ||
![license](https://img.shields.io/badge/license-MIT-blue.svg ) [![Build Status](https://img.shields.io/travis/bifuer/Date.format/master.svg)](https://travis-ci.org/bifuer/Date.format) [![npm version](https://img.shields.io/npm/v/date.format.svg)](https://www.npmjs.com/package/date.format) [![Github release](https://img.shields.io/github/release/bifuer/Date.format.svg)](https://github.com/bifuer/Date.format) [![npm downloads](https://img.shields.io/npm/dm/date.format.svg)](https://www.npmjs.com/package/date.format) | ||
Languages:[[EN](#),[ES](#dateformat-es)] | ||
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. | ||
@@ -43,7 +45,9 @@ Call to method with the pattern you want and will return it formated. | ||
##Licence | ||
## Licence | ||
MIT | ||
#Español | ||
--- | ||
## Date.format (es) | ||
Añade a [Date.prototype de JS](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) el método `.format()`, permitiendo formatear el objeto date de una forma legible. | ||
@@ -87,3 +91,3 @@ Especificamos al método el formato en el que devolverá el objeto date. | ||
##Licence | ||
## Licencia | ||
MIT |
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
7265
92