Re: [Phphtmllib-devel] phphtmllib/form/form_elements FEListBox.inc,1.13,1.14
Status: Beta
Brought to you by:
hemna
From: Walter A. B. I. <wab...@3g...> - 2004-03-11 18:36:22
|
> cool. I will work on this here and there while I am on the road but if= =20 > you need it sooner feel free to take over. I am thinking now that it=20 > might be best to ditch the locale stuff and just let people use the php= =20 > built in setlocale() then generate the month names with strftime(). ---how would you use that to generate all of the month strings? > You might want to look over the relatively new Pear calendar package: >=20 > http://pear.php.net/package/Calendar >=20 > They guy who designed this knows what he is doing... Tons of=20 > documentation too. ----just checked it out. Looks like a very rich object already. I think= it would make sense to use that as a basis for the CalendarWidget. The only downside, is that the CalendarWidget would require the Date and Calendar = pear classes to be installed. I'd rather not have to re-invent the wheel, so = I don't mind making the Date and Calendar classes a requirement for it. =20 > The ability to use a CalendarWidget outside of form processing would be= =20 > good. ---yah I think so. This could be used for all sorts of stuff. > Ya it seems like every 1-3 months is about right. ---yah I agree. =20 Walt |