DateFormatter Interface

Interface used to provide a custom Date Time formatter and optional parser for use by DatePickerPopup. If a parseData function is not implemented then string to date parsing will not be possible when a DateFormatter is used.

Properties

Name Type Description
formateDate (day: Date) => string    
parseDate undefined | (dateString: string) => undefined | Date    

Defined in

Last Updated: 19 April, 2024