Creates a new date time picker.
Optional
value: DateThe initial value of the date time picker.
Optional
format: stringThe format option for the date. Defaults to 'dd MMMM yyyy' if not specified.
Optional
change: ((data) => void)Change event when the date time picker value is changed.
A new date time picker.
Generated using TypeDoc
Date time picker constructor interface.