Hey y’all! I think I’ve seen something like this before but couldn’t find the thread. I have a method for running payroll where after each day the employees clock in/out time is assigned to a paydate. The paydate is a lookup column in the format: 5/31/2024
Then, to calculate the hours I have a Query that looks if the shift’s paydate is the next paydate for the user… I hope that makes sense…
But I’m having an error where some shifts go missing. When I look at the original date/time column where we assign the paydate where the format is again MM/DD/YYYY it all looks correct UNTIL I change the format to include time and realize some are AM and some are PM like so:
Friday, May 31, 2024 at 12:00 AM
Friday, May 31, 2024 at 12:00 PM
Do y’all know any ideas how to force the format of the input to not include the time if we don’t want it. Is that even my problem? Any other ideas you can think of?