ngx-bootstrap
Version:
Native Angular Bootstrap Components
10 lines (9 loc) • 652 B
TypeScript
export declare function getDayOfWeek(date: Date, isUTC?: boolean): number;
export declare function getDate(date: Date, isUTC?: boolean): number;
export declare function getMonth(date: Date, isUTC?: boolean): number;
export declare function getFullYear(date: Date, isUTC?: boolean): number;
export declare function getFirstDayOfMonth(date: Date): Date;
export declare function daysInMonth(date: Date): number;
export declare function _daysInMonth(year: number, month: number): number;
export declare function isFirstDayOfWeek(date: Date, firstDayOfWeek: number): boolean;
export declare function isSameMonth(date1: Date, date2: Date): boolean;