General Community > Off-Topic
[PHP] Looking for a form select date/time generation function
(1/1)
Woudloper:
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...
pcwacht:
I only know of some javascript based ones
Have a look:
http://web4w3.com/input_date.html
http://www.dynamicdrive.com/dynamicindex7/jasoncalendar.htm
http://www.calendarxp.net/tt_pop.shtml
John
Woudloper:
Thanks for your reply. I picked the one that can be found on Dynamic Drive. This is working like a charm!
Navigation
[0] Message Index
Go to full version