mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-09-13 12:31:05 +08:00
upgrade to moment 2.6, test changes, bugfix
This commit is contained in:
@@ -39,6 +39,7 @@ function makeMoment(args, parseUTC, parseZone) {
|
||||
if (ambigDateOfMonthRegex.test(input)) {
|
||||
// accept strings like '2014-05', but convert to the first of the month
|
||||
input += '-01';
|
||||
args = [ input ]; // for when pass it on to moment's constructor
|
||||
isAmbigTime = true;
|
||||
isAmbigZone = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user