Re: Simple Date Function Question...at least I think it is.

2004-08-26 Thread Ewok

  WEEK IS EVEN

  WEEK IS ODD

  - Original Message - 
  From: Matthew Fusfield 
  To: CF-Talk 
  Sent: Thursday, August 26, 2004 4:54 PM
  Subject: Re: Simple Date Function Question...at least I think it is.

  Not a big deal, but that should actually be:
  
    WEEK IS ODD
  
    WEEK IS EVEN
  

  (if the remainder is 0, it is an even number. If it has a remainder,
  than it is odd)

  Matt

  On Thu, 26 Aug 2004 16:52:55 -0400, Matthew Fusfield <[EMAIL PROTECTED]> wrote:
  > Try something like this:
  > 
  > 
  >    WEEK IS EVEN
  > 
  >    WEEK IS ODD
  > 
  > 
  > Matt
  > 
  > 
  > 
  > 
  > On Thu, 26 Aug 2004 16:48:44 -0400, Che Vilnonis <[EMAIL PROTECTED]> wrote:
  > > What would be the easiest way to write code to determine whether the current
  > > week of the year is even or odd?
  > > I am looking to display two different groups of images, each group being
  > > displayed every other week.
  > >
  > > Thanks, Che
  > >
  > >
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Simple Date Function Question...at least I think it is.

2004-08-26 Thread Greg Luce


	#week(now())# - Odd

	#week(now())# - Even

 

-Original Message-
From: Che Vilnonis [mailto:[EMAIL PROTECTED] 
Sent: Thursday, August 26, 2004 4:49 PM
To: CF-Talk
Subject: Simple Date Function Question...at least I think it is.

What would be the easiest way to write code to determine whether the current
week of the year is even or odd?
I am looking to display two different groups of images, each group being
displayed every other week.

Thanks, Che
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Simple Date Function Question...at least I think it is.

2004-08-26 Thread Che Vilnonis
interesting...if i had only remebered that there was a Week() function. i
knew there had to be a simple answer.
thanks Matt.

-Original Message-
From: Matthew Fusfield [mailto:[EMAIL PROTECTED]
Sent: Thursday, August 26, 2004 4:53 PM
To: CF-Talk
Subject: Re: Simple Date Function Question...at least I think it is.

Try something like this:


   WEEK IS EVEN

   WEEK IS ODD


Matt

On Thu, 26 Aug 2004 16:48:44 -0400, Che Vilnonis <[EMAIL PROTECTED]> wrote:
> What would be the easiest way to write code to determine whether the
current
> week of the year is even or odd?
> I am looking to display two different groups of images, each group being
> displayed every other week.
>
> Thanks, Che
>
>
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Simple Date Function Question...at least I think it is.

2004-08-26 Thread Matthew Fusfield
Not a big deal, but that should actually be:

  WEEK IS ODD

  WEEK IS EVEN


(if the remainder is 0, it is an even number. If it has a remainder,
than it is odd)

Matt

On Thu, 26 Aug 2004 16:52:55 -0400, Matthew Fusfield <[EMAIL PROTECTED]> wrote:
> Try something like this:
> 
> 
>    WEEK IS EVEN
> 
>    WEEK IS ODD
> 
> 
> Matt
> 
> 
> 
> 
> On Thu, 26 Aug 2004 16:48:44 -0400, Che Vilnonis <[EMAIL PROTECTED]> wrote:
> > What would be the easiest way to write code to determine whether the current
> > week of the year is even or odd?
> > I am looking to display two different groups of images, each group being
> > displayed every other week.
> >
> > Thanks, Che
> >
> >
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: Simple Date Function Question...at least I think it is.

2004-08-26 Thread Matthew Fusfield
Try something like this:


   WEEK IS EVEN

   WEEK IS ODD


Matt

On Thu, 26 Aug 2004 16:48:44 -0400, Che Vilnonis <[EMAIL PROTECTED]> wrote:
> What would be the easiest way to write code to determine whether the current
> week of the year is even or odd?
> I am looking to display two different groups of images, each group being
> displayed every other week.
> 
> Thanks, Che
> 
>
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Simple Date Function Question...at least I think it is.

2004-08-26 Thread Che Vilnonis
What would be the easiest way to write code to determine whether the current
week of the year is even or odd?
I am looking to display two different groups of images, each group being
displayed every other week.

Thanks, Che
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]