@mikezimm/npmfunctions
Version:
Functions used in my SPFx webparts
12 lines (11 loc) • 417 B
TypeScript
/**
* 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[];