Currently I am working with PHP, but want to have a function which I can use to generate form dropdowns to make it possible to create a date/time selector.
I found such a function named 'html_select_date', but this is a smarty related function as you can
see here. As 'websitebaker' isn't currently using smarty I need to find a PHP equivalent version of this function. Can someone help me to find a function that generates form select lists for a date time, with the following dropdowns:
- Month
- date
- year
- hour
- minute
- seconds
Hope someone can help me...