MCPcopy
hub / github.com/DevCloudFE/ng-devui / DateConverter

Interface DateConverter

devui/utils/date-converter.ts:1–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface DateConverter {
2 parse(date: any, pattern?: string, locale?: string): Date ;
3 format(date: Date, pattern?: string, locale?: string): string ;
4 formatDateTime(date: Date, pattern?: string, locale?: string): string ;
5}

Callers 20

getThemeDefinitionFunction · 0.65
processFunction · 0.65
parseDateFunction · 0.65
ngOnInitMethod · 0.65
filterChangeMultipleMethod · 0.65
formatDateFunction · 0.65
dateChangeMethod · 0.65
confirmDateMethod · 0.65
formatDateToStringMethod · 0.65

Implementers 1

DefaultDateConverterdevui/utils/default-date-converter.ts

Calls

no outgoing calls

Tested by

no test coverage detected