@fluentui/react-northstar
Version:
A themable React component library.
14 lines (12 loc) • 313 B
JavaScript
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
;