|
Posted by C. (http://symcbean.blogspot.com/) on 01/18/08 12:59
On Jan 18, 3:49 am, jgo...@gmail.com wrote:
> 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.
>
Kind of OT - since the widget is browser side (hence HTML/JS/CSS)
But checkout jscalendar
http://sourceforge.net/projects/jscalendar
(as featured in PfP studio - http://pfp-studio.sourceforge.net/swf_demo.html
)
C.
[Back to original message]
|