Home > Archive > PHP DB > June 2004 > Re: [PHP-DB] Date help needed
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Re: [PHP-DB] Date help needed
|
|
| Daniel Clark 2004-06-24, 7:00 pm |
| A drop down with 365 days !?!? Isn't that a "little" big?
> I have a problem, I currently have some code which populates a dropdown
> box
> - this code gives me every day for the next x amount of days (EG: a years
> worth of days), however what I really need to be able to do, is to find a
> way to display this data in the dropdown box but ONLY show 3 days a w ,
> IE: Mondays, Fridays and Sundays, so it would show the dates for each
> Monday, Friday and Sunday for X amount of days (IE: 365 days in the
> dropdown).
>
>
>
> Does anyone have any idea how to do this? I would really appreciate any
> help, I'd send my sample code only I'm not at my home/work computer ATM.
| |
| Chris Payne 2004-06-25, 3:55 am |
| Hi there,
>A drop down with 365 days !?!? Isn't that a "little" big?
Actually it's Fridays, Sundays and Tuesdays for 2 years (365 was an example)
it's for an Admin for a client, and he asked that it be in a dropdown box
and he's the boss, so he gets what he wants :-)
One thing he wanted which I didn't know how to do (Javascript I guess which
I don't know much about) was to preload a database of email address, and as
he started to type an email address it would do a sort of auto-complete, but
have no clue how to go about that so just told him not viable ATM.
Chris
|
|
|
|
|