cupertino-files / DateFieldOptions
Interface: DateFieldOptions
Defined in: src/tswp/fields.ts:211
Properties
date?
optionaldate?:Date
Defined in: src/tswp/fields.ts:213
The moment the field represents. Defaults to now.
dateStyle?
optionaldateStyle?:number
Defined in: src/tswp/fields.ts:219
One of DateTimeStyle; LONG by default.
format?
optionalformat?:string
Defined in: src/tswp/fields.ts:215
Apple's date pattern, e.g. "MMMM d, y".
locale?
optionallocale?:string
Defined in: src/tswp/fields.ts:217
BCP-47 identifier the app formats with, e.g. "en".
timeStyle?
optionaltimeStyle?:number
Defined in: src/tswp/fields.ts:221
One of DateTimeStyle; NONE by default — a date, not a time.
updatePlan?
optionalupdatePlan?:number
Defined in: src/tswp/fields.ts:223
One of DateTimeUpdatePlan; AUTO by default.