UNPKG

@fluentui/react-northstar

Version:
15 lines (13 loc) 421 B
"use strict"; exports.__esModule = true; exports.formatMonthYear = void 0; /** * Format date to a month-year string * @param date - input date to format * @param strings - localized strings */ var formatMonthYear = function formatMonthYear(date, strings) { return strings.months[date.getMonth()] + " " + date.getFullYear(); }; exports.formatMonthYear = formatMonthYear; //# sourceMappingURL=formatMonthYear.js.map