Hello, 1. There is still PM when I change hours. 2. There are still M/D/Y instead of D/M/Y as I asked you 3. After change drop off hours there are strange numbers.
Video: https://streamable.com/xgznk
Alex Gurghis
Support Agent
5 years ago
In the same jquery file you have to change the default time for that input field:
jQuery("#dropHour").val( "12:00 PM" );
Marek Zurek
5 years ago
I did it. Still shows "MONTH/DAY/YEAR" and AM or PM
Alex Gurghis
Support Agent
5 years ago
You can change it in main.js file located is assets/js folder. Change the format on line 3433 from
format: 'g:i A',
to
format: 'hh:ii',
Marek Zurek
5 years ago
I would like to remove "AM and PM" and change date format to DAY/MONTH/YEAR/.
Hello,
1. There is still PM when I change hours.
2. There are still M/D/Y instead of D/M/Y as I asked you
3. After change drop off hours there are strange numbers.
Video:
https://streamable.com/xgznk