@mikezimm/fps-core-v7
Version:
Library of reusable core interfaces, types and constants migrated from fps-library-v2
9 lines • 486 B
TypeScript
import { IFPSDateLanguageObject } from "./IFPSDateLanguageObject";
/**
* Exact same as monthStr in monthStrOldKeys except this one has de and fr to match IFPSDateLanguageObject
*/
export declare const monthStr: IFPSDateLanguageObject;
export declare function getMonthStrArray(): string[];
export declare function getFullMonthStrFromDate(date: Date): string;
export declare function getFullMonthStrFromString(dateStr: string): string;
//# sourceMappingURL=monthStrings.d.ts.map