Re: [PHP] newbie - Is there a calendar module for date entry?

2009-07-22 Thread phphelp -- kbk
Here is a simple but effective one, which has the advantage of optionally doing datetime. -- -- http://www.rainforestnet.com If anyone knows of others that do both date and datetime, I'd love to see them. Ken -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http:/

Re: [PHP] newbie - Is there a calendar module for date entry?

2009-07-22 Thread Paul M Foster
On Wed, Jul 22, 2009 at 08:41:23AM -0700, c...@hosting4days.com wrote: > Another newbie question: storing dates and times... > > I'm trying to build a simple notepad page where I can attach a date > and even time field. So this Tigra or yahoo calendar will be great > date picker helper. > > This

Re: [PHP] newbie - Is there a calendar module for date entry?

2009-07-22 Thread Ashley Sheridan
On Wed, 2009-07-22 at 08:41 -0700, c...@hosting4days.com wrote: > On Jul 21, 2009, at 6:17 PM, Jonathan Tapicer wrote: > > > > That is javascript thing, not PHP. > > > > The Yahoo UI has a nice one, here you have an example: > > http://developer.yahoo.com/yui/examples/calendar/ > > calcontainer_cl

Re: [PHP] newbie - Is there a calendar module for date entry?

2009-07-22 Thread c...@hosting4days.com
On Jul 21, 2009, at 6:17 PM, Jonathan Tapicer wrote: That is javascript thing, not PHP. The Yahoo UI has a nice one, here you have an example: http://developer.yahoo.com/yui/examples/calendar/ calcontainer_clean.html, and here the module reference: http://developer.yahoo.com/yui/calendar/ J

Re: [PHP] newbie - Is there a calendar module for date entry?

2009-07-22 Thread Ashley Sheridan
On Wed, 2009-07-22 at 09:08 -0400, Andrew Ballard wrote: > On Wed, Jul 22, 2009 at 9:02 AM, Ashley > Sheridan wrote: > > Sorry, my bad, I misread the URL. Having a lot of stress here at the > > moment getting my laptop fixed :-/ > > > > Isn't that called withdrawal? ;-) > Not quite, I have my ma

Re: [PHP] newbie - Is there a calendar module for date entry?

2009-07-22 Thread Andrew Ballard
On Wed, Jul 22, 2009 at 9:02 AM, Ashley Sheridan wrote: > Sorry, my bad, I misread the URL. Having a lot of stress here at the > moment getting my laptop fixed :-/ > Isn't that called withdrawal? ;-) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/uns

Re: [PHP] newbie - Is there a calendar module for date entry?

2009-07-22 Thread Ashley Sheridan
On Wed, 2009-07-22 at 08:59 -0400, Andrew Ballard wrote: > On Wed, Jul 22, 2009 at 3:50 AM, Ashley > Sheridan wrote: > > On Tue, 2009-07-21 at 22:17 -0300, Jonathan Tapicer wrote: > >> On Tue, Jul 21, 2009 at 10:06 PM, > >> c...@hosting4days.com wrote: > >> > newbie ... > >> > > >> > - is there a c

Re: [PHP] newbie - Is there a calendar module for date entry?

2009-07-22 Thread Andrew Ballard
On Wed, Jul 22, 2009 at 3:50 AM, Ashley Sheridan wrote: > On Tue, 2009-07-21 at 22:17 -0300, Jonathan Tapicer wrote: >> On Tue, Jul 21, 2009 at 10:06 PM, >> c...@hosting4days.com wrote: >> > newbie ... >> > >> > - is there a calendar module for date fields? >> > >> > - so that a small calendar pops

Re: [PHP] newbie - Is there a calendar module for date entry?

2009-07-22 Thread דניאל דנון
Check jQuery UI On 7/22/09, c...@hosting4days.com wrote: > newbie ... > > - is there a calendar module for date fields? > > - so that a small calendar pops up - then you can click on a date, > to add to a field - like google or yahoo calendars has...? > > BTW: I saw this - but it doesn't seem to

Re: [PHP] newbie - Is there a calendar module for date entry?

2009-07-22 Thread Ashley Sheridan
On Tue, 2009-07-21 at 22:17 -0300, Jonathan Tapicer wrote: > On Tue, Jul 21, 2009 at 10:06 PM, > c...@hosting4days.com wrote: > > newbie ... > > > > - is there a calendar module for date fields? > > > > - so that a small calendar pops up - then you can click on a date, to add > > to a field - like

Re: [PHP] newbie - Is there a calendar module for date entry?

2009-07-21 Thread Jonathan Tapicer
On Tue, Jul 21, 2009 at 10:06 PM, c...@hosting4days.com wrote: > newbie ... > > - is there a calendar module for date fields? > > - so that a small calendar pops up - then you can click on a date,  to add > to a field - like google or yahoo calendars has...? > > BTW: I saw this - but it doesn't see