Hi,
I have a PDF form that has 4 times on it, OUT, OFF, ON, IN. These times are in order and always have a time greater than the last. I am trying to right a script that will validate these times so that times in the past cannot be in the past. OFF should be greater than OUT, On should be greater than OFF, and IN should be greater to ON. Also what happens when the times cross midnight I am not sure how to validate that. If an OFF time is 23:30 and an ON time is 01:00 value wise 01:00 is less than 23:30 but time wise it is greater since it is a new day.
Thanks
I have a PDF form that has 4 times on it, OUT, OFF, ON, IN. These times are in order and always have a time greater than the last. I am trying to right a script that will validate these times so that times in the past cannot be in the past. OFF should be greater than OUT, On should be greater than OFF, and IN should be greater to ON. Also what happens when the times cross midnight I am not sure how to validate that. If an OFF time is 23:30 and an ON time is 01:00 value wise 01:00 is less than 23:30 but time wise it is greater since it is a new day.
Thanks