We use OWA fror calendar appointments. Some customization has been done. When we setup a meeting we can then reschedule that meeting to another date/time. When we do this we display a message 'Meeting for XXX rescheduled to DateRescheduledTo'. We had to to a bit of coding around this message because the DateRescheduledTo was displaying in mm/dd/yyyy format and we wanted it to display in dd/mm/yyyy format. However the date has now reverted back to mm/dd/yyyy format. If we pass an invalid date for the mm/dd/yyyy format (eg. 29 Oct 2008 which would be mm = 29) we get a crazy date (as you would expect). The bottom line is that the function was receiving the date string as mm/dd/yyyy and is now receiving it as dd/mm/yyyy without any code changes. I presume some setting has changed. has anyone any ideas.
Regards,
Regards,