I have a form where I am capturing StartTime and EndTime of certain events. I have set the input mask as 99:00\ >LL;0;_
My users think it is too much to enter am or pm. What they want is the system to calculate the am pm based on the time entered.
If the time entered is between 8:00 to 11:59, the system should save it as 11:59 am
and if the time entered is between 12:00 to 7.00, the system should save it as 7.00 pm.
How can I make this happen.
Please suggest some ideas.
My users think it is too much to enter am or pm. What they want is the system to calculate the am pm based on the time entered.
If the time entered is between 8:00 to 11:59, the system should save it as 11:59 am
and if the time entered is between 12:00 to 7.00, the system should save it as 7.00 pm.
How can I make this happen.
Please suggest some ideas.