Hi,
Ai have two fields
1. Start time( hh:mm Am/Pm )
2. Endtime (hh:mm Am/Pm)
i want to validate it. Starttimeshould be always greater than endtime.
Eg: start time: 10:00 Am
endtime : 09:00 Am
It should alert the user, invalidtime.
Suggesst me what to do..If possible try to solve it in jquery also?