UNPKG

@mikezimm/fps-core-v7

Version:

Library of reusable core interfaces, types and constants migrated from fps-library-v2

6 lines 352 B
import { IFPSDateLanguageObject } from "./IFPSDateLanguageObject"; export declare const monthStr3: IFPSDateLanguageObject; export declare function getMonthStr3Array(): string[]; export declare function getMMMDDFromDate(date: Date): string; export declare function getMMMDDFromStr(dateStr: string): string; //# sourceMappingURL=monthLabels.d.ts.map