Re: Week Numbers lists

2004-03-31 Thread Mike Blezien
Thx's Paul,.. I caught the %0.2d change right away... thought it looked alittle weired :) alot more elegant that what I original had in place,..works great! ;) Appreciate the help. -- MikeBlezien =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Thunder Rain Internet Publishing Providing Internet Solutio

RE: Week Numbers lists

2004-03-31 Thread Wagner, David --- Senior Programmer Analyst --- WGO
Mike Blezien wrote: > Hello, > > I need to create a dropdown list of week numbers ranging from the > current week number to week number 01. The week number would be > obtain from a MySQL database, IE: select week(curdate()); this equals > 13 > > and from this week#, then I need to generate a lis

Re: Week Numbers lists

2004-03-31 Thread Paul Johnson
On Wed, Mar 31, 2004 at 11:38:56PM +0200, Paul Johnson wrote: > On Wed, Mar 31, 2004 at 03:23:49PM -0600, Mike Blezien wrote: > > > Hello, > > > > I need to create a dropdown list of week numbers ranging from the current > > week number to week number 01. The week number would be obtain from a M

Re: Week Numbers lists

2004-03-31 Thread Paul Johnson
On Wed, Mar 31, 2004 at 03:23:49PM -0600, Mike Blezien wrote: > Hello, > > I need to create a dropdown list of week numbers ranging from the current > week number to week number 01. The week number would be obtain from a MySQL > database, IE: select week(curdate()); this equals 13 > > and from