pm-controls
Version:
ProModel Controls
13 lines (12 loc) • 578 B
TypeScript
export declare class DateExtensions {
static readonly DateToday: any;
static readonly DateTimeToday: any;
static GetMonthDate(value: any, format?: string): any;
static GetDate(value: any, format?: string): any;
static GetDateTime(value: any, format?: string): any;
static GetUtcDate(value: any): any;
static GetUtcDateTime(value: any): any;
static AddDay(value: any, days: number, format?: string): any;
static AddMonth(value: any, months: number, format?: string): any;
static AddYear(value: any, years: number, format?: string): any;
}