ng-pick-datetime
Version:
Angular Date Time Picker
10 lines (9 loc) • 506 B
JavaScript
export var OWL_NATIVE_DATE_TIME_FORMATS = {
parseInput: null,
fullPickerInput: { year: 'numeric', month: 'numeric', day: 'numeric', hour: 'numeric', minute: 'numeric' },
datePickerInput: { year: 'numeric', month: 'numeric', day: 'numeric' },
timePickerInput: { hour: 'numeric', minute: 'numeric' },
monthYearLabel: { year: 'numeric', month: 'short' },
dateA11yLabel: { year: 'numeric', month: 'long', day: 'numeric' },
monthYearA11yLabel: { year: 'numeric', month: 'long' },
};