Home | History | Annotate | Download | only in js

Lines Matching refs:month

1389   option = getOption('month', 'string',
1454 options = appendToDateTimeObject(options, 'month', match, {MM: '2-digit',
1457 // Sometimes we get L instead of M for month - standalone name.
1459 options = appendToDateTimeObject(options, 'month', match, {LL: '2-digit',
1524 !IS_UNDEFINED(options.month) || !IS_UNDEFINED(options.day))) {
1539 ObjectDefineProperty(options, 'month', {value: 'numeric',
1627 month: {writable: true},
1729 addWECPropertyIfDefined(result, 'month', fromPattern.month);