I have created a simple site using VS2013 and added a DateTime field to the AppUser model.
When testing the site locally using 28/08/2013 the site works fine.
When I deploy to Azure I get an error "String was not recognized as a valid DateTime." Changing the date to 08/28/2013 the site works fine on Azure but not locally.
Can anyone assist with this issue?
Many thanks for taking the time to look