Jump to content

Check Date Is In Past


Guest haverer

Recommended Posts

Guest haverer

Hi there, Been using the site for a while with no probs. Stubled across something I can't work out though, and wondering if anyone can help me. On a form I have a date box. I would simply like to varify that the date entered is a date in the past or today, and not a date in the future. Does anyone have any suggestions?Thanks. lul

Link to comment
Share on other sites

google "javascript date validation" and you'll be sure to find something that works.however, this implies that the validation, with respect to not in the future, would rely on the clients PC time. so, very simply, I could change my computer date to a time in the future to trick the script. Or, if I really wanted to, just turn off javascript and have it ignore it all together.having said that, you should really run validation on both sides, client and server. this would mean that you would need php, asp, or cold fusion to make sure the information passed to the server is valid before doing anything with it.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...