lJesterl Posted March 25, 2008 Share Posted March 25, 2008 Sorry to ask alot of questions all the time lol, but if it wasnt for PHP freaks I would never complete certain projects Thanks for all your help. I need help with a php date picker. I have downloaded and tried to use several but there not exactly what I need. Everything is in funky formats. I need something like the following site: https://www.exclusivegetawayvacations.com/check_availability.php?loc=Gatlinburg&pr=99&pi=gat&nt=2&ht=The%20Brookside%20Resort&ca=25&locurl=gatlinburg.php&pl=hotel_bside.php Where it puts it in MM/DD/YYYY Format. All the ones I have downloaded I can not get to use MM/DD/YYYY into a input box. Please help Link to comment https://forums.phpfreaks.com/topic/97845-php-date-picking-help-please/ Share on other sites More sharing options...
Caesar Posted March 25, 2008 Share Posted March 25, 2008 It's just a matter of formatting. The input format can be whatever you want, as long as it goes into the database in the correct format (Preferably either a time stamp, or standard date format). You can easily reformat a user's input. Link to comment https://forums.phpfreaks.com/topic/97845-php-date-picking-help-please/#findComment-500620 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.