Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_databases thread: recurring dates


Message #1 by "Phil Lloyd" <Phil_Lloyd@m...> on Thu, 22 Mar 2001 01:22:26
I'm in the process of building a conference room booking app. I need to be 

able to handle recurring dates i.e: every friday at 3pm or every 2nd 

tuesday and so on. Any help would be appreciated.



Thanks Phil.
Message #2 by "Ken Schaefer" <ken@a...> on Thu, 22 Mar 2001 12:45:05 +1100

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

: I'm in the process of building a conference room booking app. I need to be

: able to handle recurring dates i.e: every friday at 3pm or every 2nd

: tuesday and so on. Any help would be appreciated.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~



That's nice - but what's the problem?



Suppose I want to add a booking for the next x Fridays.

Get the date of the first Friday that you want to add a booking for.

Use DateAdd() to add 1 week to the date to get the next booking date

Do this x times.



Cheers

Ken




  Return to Index