Page 1 of 1
create date picker in php
Posted: Thu Feb 10, 2005 6:17 pm
by ananth_ak
Hi,
can any point me to php solutions for creating a date picker.
i'm just finding all these javascript ones,
thanks.
Posted: Thu Feb 10, 2005 6:26 pm
by RobertGonzalez
What are you trying to do?
Posted: Fri Feb 11, 2005 9:12 am
by ananth_ak
select date to store it in a database table.
- either using a date picker.
or
- a combo box - which populates a set number of dates from the current date.
which ever is easier.
Posted: Fri Feb 11, 2005 3:16 pm
by Todd_Z
This is javascript, but it is great
http://www.bosrup.com/web/overlib/
Posted: Fri Feb 11, 2005 5:54 pm
by RobertGonzalez
I have a javascript calendar application that uses OverLib. OverLib is not a date picker but it is used with the one that I have. I am not sure where I got the script so I can't give credit to the original writer. But just so you know I didn't write the script.
Here is a link to the script with absolutely no documentation (but it does have an example that is fairly straight forward).
Take Note: for the overlib portion of the script to run you need to have the <DIV> tag immediately after the opening <body> tag. You'll see it in the example form.
Posted: Fri Feb 11, 2005 7:45 pm
by ananth_ak
thanks for the information!
