UNPKG

@fluentui/react-northstar

Version:
8 lines (7 loc) 277 B
import { IDateGridStrings } from './dateFormatting.types'; /** * Format date to a month-day-year string * @param date - input date to format * @param strings - localized strings */ export declare const formatMonthDayYear: (date: Date, strings: IDateGridStrings) => string;