Writing a custom date adapter
If neither of the provided date adapters is suitable for your project, it is possible to create your own date-time implementation. Making the picker work with a different date & time implementation is as easy as extending DateTimeAdapter
. You will also want to provide a matching NXT_DATE_TIME_FORMATS
to configure formatting strings for your implementation.