I am having two text boxes..with Time values
TextBox1.Text=3 :34 pm
TextBox2.Text=3 :31 pm
Now, what i want is ...a javascript function or validator that allow only greater Time field values in TextBox2.Text.. .
e.g. TextBox2.Text will be more than 3:34 pm......
Please Help!!!!!!!!!!
TextBox1.Text=3 :34 pm
TextBox2.Text=3 :31 pm
Now, what i want is ...a javascript function or validator that allow only greater Time field values in TextBox2.Text.. .
e.g. TextBox2.Text will be more than 3:34 pm......
Please Help!!!!!!!!!!
Comment