Please enter your username or email address. You will receive a link to create a new password via email.
Home › Forums › Replay › Release date format
Can you please provide the steps for changing the “Release date picker format” from DD/MM/YYYY to MM/DD/YYYY? What’s the file name?
Nevermind, here is the answer is by gabe.
edit the file–> framework/admin/js/jquery.interface.js
Line: 136
$(this).datepicker({ dateFormat: ‘dd/mm/yy’ });
Change it to:
$(this).datepicker({ dateFormat: ‘mm/dd/yy’ });
Please sign in or register to view replies from the support staff.
You must be logged in to reply to this topic.