UNPKG

@fluentui/react-northstar

Version:
14 lines (12 loc) 313 B
"use strict"; exports.__esModule = true; exports.formatDay = void 0; /** * Format date to a day string representation * @param date - input date to format */ var formatDay = function formatDay(date) { return date.getDate().toString(); }; exports.formatDay = formatDay; //# sourceMappingURL=formatDay.js.map