ImpalaSS has asked for the wisdom of the Perl Monks concerning the following question:
Hello,
I am working on a project at work, and it calls for a dropdown box to display everydate, from today to the past 2 weeks. So it would have these choices, Today, 19Nov00, 18Nov00..ect. This box would be updated everyday, and would drop the last date to add the new one. What is the best way to display just the past 2 weeks, in that format?
Thank You
Dipul
I am working on a project at work, and it calls for a dropdown box to display everydate, from today to the past 2 weeks. So it would have these choices, Today, 19Nov00, 18Nov00..ect. This box would be updated everyday, and would drop the last date to add the new one. What is the best way to display just the past 2 weeks, in that format?
Thank You
Dipul
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Two Weeks
by merlyn (Sage) on Nov 20, 2000 at 20:35 UTC | |
(Date::) Re: Two Weeks
by mwp (Hermit) on Nov 20, 2000 at 20:25 UTC | |
by ImpalaSS (Monk) on Nov 20, 2000 at 20:34 UTC | |
by boo_radley (Parson) on Nov 20, 2000 at 22:51 UTC | |
by FouRPlaY (Monk) on Nov 21, 2000 at 00:42 UTC | |
by mwp (Hermit) on Nov 20, 2000 at 20:43 UTC | |
by $code or die (Deacon) on Nov 21, 2000 at 00:05 UTC |
Back to
Seekers of Perl Wisdom