Sim Posted March 25, 2012 Posted March 25, 2012 I am currently using the following code: select Month is 1 or 2 digits day is 1 or 2 digits year is 4 digits $release_date = strtotime($_POST['selectMonth'] . "/" . $_POST['selectDay'] . "/" . $_POST['selectYear']); release date is always blank... any ideas? Quote
sniko Posted March 25, 2012 Posted March 25, 2012 I too had the same issue, but resolved it with having the month as the string, not the integer. View Program Quote
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.