date-format-am-pm
Version:
When presented with a date/timestamp the package out puts the full date in am and pm format
23 lines • 530 B
JSON
{
"name": "date-format-am-pm",
"version": "1.0.3",
"description": "When presented with a date/timestamp the package out puts the full date in am and pm format",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"npm",
"date",
"moment",
"AM",
"PM",
"date-format-am-pm"
],
"author": "drkimpatrick",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/DrKimpatrick/date-format-am-pm.git"
}
}