Comparing version 0.3.1 to 0.3.2
@@ -9,2 +9,3 @@ // Generated by CoffeeScript 1.6.3 | ||
numberedDay: 'YYYYMMDD', | ||
calendarDay: 'YYYY/MM/DD', | ||
abbrv: 'ddd, MMM Do', | ||
@@ -11,0 +12,0 @@ long: 'dddd, MMMM Do', |
{ | ||
"name": "geomoment", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "moment-timezone, if moment-timezone forced you to choose a particular moment in time. also, some extra sugar.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -19,2 +19,11 @@ # geomoment | ||
geomoment().toDay() // => '2013-01-01' | ||
// Date formats | ||
geomoment.formats.day = 'YYYY-MM-DD' // 2013-01-01 | ||
geomoment.formats.numberedDay = 'YYYYMMDD' // 20130101 | ||
geomoment.formats.calendarDay = 'YYYY/MM/DD' // 2013/01/01 | ||
geomoment.formats.abbrv = 'ddd, MMM Do' // Tue, Jan 1st | ||
geomoment.formats.long = 'dddd, MMMM Do' // Tuesday, January 1st | ||
geomoment.formats.short = 'MMM D' // Jan 1 | ||
geomoment.formats.weekday = 'dddd' // Tuesday | ||
``` | ||
@@ -21,0 +30,0 @@ |
Sorry, the diff of this file is not supported yet
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
8898
135
33