PDA

View Full Version : date functions for verifying user input?


afullcup
26 Aug 2006, 05:05
I am collecting a date on a form and want it to be entered as MM/DD/YY - what's the best way to verify in my PHP that it is a correct date?

thanks!

SecondV
26 Aug 2006, 22:31
Something i've used:


Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------

afullcup
29 Aug 2006, 04:10
thanks SecondV!! I'll try that!