| Author |
Comparision of date using javascript
|
Sapan Shah
Greenhorn
Joined: Jan 01, 2010
Posts: 24
|
|
I want to compare two dates using javascript.
First date is present date and another date is that which i will enter in the text field in the format of dd-mm-yyyy.
There will be only one textfield in which i will enter the date and that value will be compare with present date.
Kindly guide me as i am new to javascript.
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
Basic idea:
Eric
|
 |
salvin francis
Ranch Hand
Joined: Jan 12, 2009
Posts: 915
|
|
that solves half the problem.
here is a comparison code i found via google:
now the mystery lies in making this code work for you too
|
My Website: [Salvin.in] Cool your mind:[Salvin.in/painting] My Sally:[Salvin.in/sally]
|
 |
 |
|
|
subject: Comparision of date using javascript
|
|
|