JJohnsenDK Posted June 24, 2007 Share Posted June 24, 2007 Hey How do i specify a date with PHP. Example: A input box where users need to put in there day of birth, but noone can write in a date like this: 22/04-07 kl. 15:00, in PHP like when you use the time() function. How do i transform a "normal" date into php date from a input box? Quote Link to comment Share on other sites More sharing options...
trq Posted June 24, 2007 Share Posted June 24, 2007 strtotime(). Quote Link to comment Share on other sites More sharing options...
JJohnsenDK Posted June 24, 2007 Author Share Posted June 24, 2007 aaah right ... thanks Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.