I'm trying to figure out how to apply a negative DateAdd to a time defined as "01:30:00 AM" while retaining the AM / PM prefix.
So if FileTime = "08:04:45 AM"
NewTime = DateAdd("h", -7, FileTime)
This returns the time in 24 hour format as "23:04:45"
[gray]Experience is something you don't get until just after you need it.[/gray]
So if FileTime = "08:04:45 AM"
NewTime = DateAdd("h", -7, FileTime)
This returns the time in 24 hour format as "23:04:45"
[gray]Experience is something you don't get until just after you need it.[/gray]