3
(great module!)
Are you looking at the date format in daily_view.php?
After a quick look, it does not seem to be changable in the template.
If you are trying to change day/month/year in daily_view.php, look on line 58;
$start_date = $start_day_name." ".$start_day." ".$start_month_name." ".$start_year." ‡ ".$start_time;
Just change the order on this line and it LOOKS like the new order will be then added to the template.