Hi,
can any point me to php solutions for creating a date picker.
i'm just finding all these javascript ones,
thanks.
create date picker in php
Moderator: General Moderators
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
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.
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.