Hay Guys, I'm using the bog standard Calendar from the jQuery UI system. The result shown (after a user clicks a date) is MM/DD/YYYY.
I want to check that this date is not old than 2 years old
ie
say a user picks
01/27/2004
this should say that the date is older than 2 years. However,
12/25/2008
should pass the test.
any ideas?