|
Posted by Manuel Lemos on 01/18/08 16:46
Hello,
on 01/18/2008 01:49 AM jgosfo@gmail.com said the following:
> Greetings,
>
> I'm currently building a purchase order system using php and mysql.
> Each order created needs to have an associated date. I'm looking for
> a small calendar application, to be incorporated within a html form.
> It should display the current date, when the page loads and should
> allow the form user to select a date, which will be submitted with the
> form and stored in the database. I've been using drop down boxes, but
> my client seems to think a calendar display would be more user
> friendly.
>
> Has anyone used/built such an application in the past? Any
> recommendations? I'm hoping to use freeware in this instance.
You may want to try this forms generation and validation class that
comes with a plug-in that lets the use choose a date and your
application may treat the returned value as a single date. It even
validates the date choosen by the user to be restricted between a start
or end date.
http://www.phpclasses.org/formsgeneration
Here you may see a live example:
http://www.meta-language.net/forms-examples.html?example=test_date_input
Here you may watch a tutorial video:
http://www.phpclasses.org/browse/video/1/package/1/section/plugin-date.html
If you prefer to pick the date from a pop-down calendar, you may also
want to try this plug-in of the same forms class:
http://www.phpclasses.org/plugin_cal_class
--
Regards,
Manuel Lemos
PHP professionals looking for PHP jobs
http://www.phpclasses.org/professionals/
PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/
Navigation:
[Reply to this message]
|