Functions
convertFormatToMoment
- convertFormatToMoment(format: string): string
currentTimezone
- currentTimezone(): string
formatDate
- formatDate(value: any, format: any, timezone: any): string
Parameters
value: any
format: any
timezone: any
Returns string
getDateSetting
- getDateSetting(date: any): any
momentDate
- momentDate(value: any, format: any, timezone: any): any
Parameters
value: any
format: any
timezone: any
Returns any
Convert the format from the angular-datepicker module to moment format.