Hi,
Am new to javascript, i have two fields
1. Start time ( hh:mm:ss Am/Pm )
2. End time (hh:mm:ss Am/Pm)
i want to validate it. Start time should be always greater than end time.
Eg: start time : 10:00:00 Am
end time : 09:00:00 Am
It should alert the user, invalid time.
Suggesst me what to do..