mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
feat(datetime-button): add button for displaying datetime in overlays (#25655)
resolves #24316
This commit is contained in:
@ -21,3 +21,5 @@ export interface DatetimeParts {
|
||||
ampm?: 'am' | 'pm';
|
||||
tzOffset?: number;
|
||||
}
|
||||
|
||||
export type DatetimePresentation = 'date-time' | 'time-date' | 'date' | 'time' | 'month' | 'year' | 'month-year';
|
||||
|
||||
Reference in New Issue
Block a user