UNPKG

@mikezimm/fps-core-v7

Version:

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

12 lines 456 B
/** * Copied from PivotTiles * @param date : Format = new Date() or new Date(2015, 1, 21) */ export declare function getQuarter(date: Date): number; /** * Created for GridCharts * @param theDate */ export declare function getYearMonthLabel(theDate: Date): any; export declare function getLocalMonths(local: string, format: "numeric" | "2-digit" | "long" | "short" | "narrow" | undefined): string[]; //# sourceMappingURL=getLabels.d.ts.map