I'm using the NextUI library version 2.3.6
. I'd like to use the DatePicker or the DateInput.
However, the default format displayed is mm/dd/yyyy
; I need to display the date in the following format: dd/mm/yyyy
.
Is there any way of using a format other than the default within a DatePicker
or a DateInput
?