Hi,
Sorry if I haven't searched enough to find a answer but can someone help me.
I put my application into production and all the dates seem to show the correct date minus 1 day. So instead of 1/6/2014 it shows 31/5/2014.
On local development PC the dates are correct and don't have this issue. All the functionality sorting filtering works but it just shows wrong date.
I use same browser IE11 to view both sites.
I am using following to format date field in grid.
c.Bound(r => r.Effective_Status_Date).Width(150).Format("{0:dd/MM/yyyy}")
I tested the grid on the production server with a date field with no formatting and it shows the correct date if there is no formatting applied.
Production server is https:// but everything else seems to work except this date formatting.
Please let me know if there is a better way to get format dd/mm/yyyy and not have this issue.
Thanks
Rob
Sorry if I haven't searched enough to find a answer but can someone help me.
I put my application into production and all the dates seem to show the correct date minus 1 day. So instead of 1/6/2014 it shows 31/5/2014.
On local development PC the dates are correct and don't have this issue. All the functionality sorting filtering works but it just shows wrong date.
I use same browser IE11 to view both sites.
I am using following to format date field in grid.
c.Bound(r => r.Effective_Status_Date).Width(150).Format("{0:dd/MM/yyyy}")
I tested the grid on the production server with a date field with no formatting and it shows the correct date if there is no formatting applied.
Production server is https:// but everything else seems to work except this date formatting.
Please let me know if there is a better way to get format dd/mm/yyyy and not have this issue.
Thanks
Rob