I need to change the format type of date from mm/dd/yyyy
to dd/mm/yyyy
, if not possible what other options i have? I don't think using jQuery in a React Project is a good choice.
<input type='date' />
The default value of this is mm/dd/yyyy
. This is stopping my work flow, as i can't skip it since the client insist to have the dd/mm/yyyy
format.
Any help is much appreciated.