Detail Form Time Period Format

Does anyone know how I can change the date format that shows up on the details form under the Time Period?
It currently is d-m-yyyy. I would like to make it m-d-yyyy.

Thanks!

Do you mean a static text or order of select boxes ?

Just would like to change the date format displayed. Instead of 03-08-2010 iā€™d like to show 08-03-2010. I am new to this so any help is appreciated. Thanks!

Controlled by scheduler.templates.calendar_time

scheduler.templates.calendar_time = scheduler.date.date_to_str("%m-%d-%Y");
1 Like

Thank you! What is the path or file name for these templates?

If you are using scheduler-plugin , just add above code line to the end of

codebase/ext/dhtmlxscheduler_minical.js

I am using the scheduler with Joomla!

Still the same, there is the same file in components folder.