UNPKG

@atlaskit/datetime-picker

Version:

A date time picker allows the user to select an associated date and time.

5 lines (4 loc) 162 B
/** * Formats a date, time, and zone into a ISO string. */ export declare function formatDateTimeZoneIntoIso(date: string, time: string, zone: string): string;