Lines Matching refs:momOptions
2669 dayOfMonthFormat: function (momOptions, fcOptions) { argument
2670 var format = momOptions.longDateFormat('l'); // for the format like "M/D/YYYY"
2682 mediumTimeFormat: function (momOptions) { argument
2683 return momOptions.longDateFormat('LT')
2687 smallTimeFormat: function (momOptions) { argument
2688 return momOptions.longDateFormat('LT')
2694 extraSmallTimeFormat: function (momOptions) { argument
2695 return momOptions.longDateFormat('LT')
2701 hourFormat: function (momOptions) { argument
2702 return momOptions.longDateFormat('LT')
2708 noMeridiemTimeFormat: function (momOptions) { argument
2709 return momOptions.longDateFormat('LT')
2777 var momOptions;
2787 momOptions = getMomentLocaleData(localeCode); // will fall back to en
2790 fcOptions[name] = (func)(momOptions, fcOptions);