UNPKG

@sildeswj/common-libraries

Version:

This is common libraries used for all refeed projects

15 lines 695 B
import dayjs from 'dayjs'; export declare const userLocale: string; export declare const getStartDate: (date: Date) => string; export declare const getEndDate: (date: Date) => string; export declare const getStartAndEndDateFromYearAndMonth: (year: number, month: number) => { startDate: string; endDate: string; }; export declare const getDayjsDate: (date: Date) => dayjs.Dayjs; export declare const getToday: () => string; export declare const getThisYear: () => number; export declare const getThisMonth: () => number; export declare const getTomorrow: () => string; export declare const getTodayByCountry: (countryCode: string) => dayjs.Dayjs; //# sourceMappingURL=dateFormat.d.ts.map