Is there a way to change the date format style from the default of YY/MM/DD HH:MM to something else as it is currently displayed in the web interface?
As it is currently displayed :
Since I’m from South Africa, I’m used to read the date in the DD/MM/YYYY format, and the format as used (default YY/MM/DD) throws me off most of the time.
I’m going to go out on a limb here and say that my UrBackup server has a MM/DD/YYYY HH:MM format.
As far as I know, there is no way to change it in the server settings which should mean that it goes off of the clock on your server. So, changing your clock settings on your server should work.
It tries to figure out the date formatting the browser uses and uses that. The browser usually uses the system formatting. So you’d have to change that (granted everything works).
Edit: For debugging I guess you could post the output of javascript: alert(new Date(2013, 9, 25).toLocaleDateString()) in your browser’s address bar.