I need to validate the time so that end time should be greater than start time.
The AM and PM should also be validated.
Any help appreciated !
below is my code
Code:
<HTML>
<HEAD>
<script>
function checkTime(){
var startTimeValue = document.getElementById("startTime");
Leave a comment: