moment-jdateformatparser
Version:
Translates the `java.text.SimpleDateFormat` date format to the `moment.js` date format.
33 lines (32 loc) • 693 B
JSON
{
"name": "moment-jdateformatparser",
"description": "Translates the `java.text.SimpleDateFormat` date format to the `moment.js` date format.",
"version": "1.2.1",
"authors": [
"Martin Groller <madmg82@gmail.com>",
"Heinz Romirer <h.romirer@gmail.com>"
],
"main": "moment-jdateformatparser.js",
"keywords": [
"moment",
"java",
"date",
"format",
"java.net.DateFormat",
"time",
"parse"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"devDependencies": {
"momentjs": "~2.9.0",
"jquery": "~2.0.3",
"qunit": "~1.12.0"
}
}