Hi James
changing the starting day of the week s a bit of a task. Unfortunately my schedule at the moment is very hectic so i wouldnt even know where to tell you to start.
Changing the date format is pretty simple but you would need to change this in all the places in the code the date is displayed. Essentially you just need to change DateFormat(whateverdatevariable, "mm//dd/yyyy") to DateFormat(whateverdatevariable, "dd/mm/yyyy")
Both of these are features I eventually plan on adding, but it may be a while
TJ