Hi,
I'm using GridView to get data from SQL database. It works great, except I found out today that the datetime that it is reading shows correctly when viewing. But when you use that information in any calculation, anything past noon will round it up to next day.
Example:
Datetime of "2018-01-29 12:20 PM", if I use a calculated field and put this data in there, it will show "2018-01-30 00:00 AM"
For datetime of "2018-01-29 11:59 AM", if I put this in calculated field, it will show as "2018-01-29 00:00 AM"
Is there a way around for it not to round up?
Marlon