I have 2 fields in my SharePoint list. Both of them are date/time. I'm trying to see if both of the times in the date/time fields are equal to midnight. Users will often enter midnight for the 2 fields (in addition to the date of course).
I can't seem to figure out how to make sure that when the comparison is done, there are no problems when the time changes in and out of DST. Any ideas?
Also, what's the best way to compare just the times?
Thank you.