Microsoft SQL Server
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
 
Go Back   Dev Articles Community ForumsDatabasesMicrosoft SQL Server

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Display Modes
 
Unread Dev Articles Community Forums Sponsor:
  #1  
Old October 8th, 2003, 08:36 AM
jamison jamison is offline
Junior Member
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Oct 2003
Location: Pensacola, FL
Posts: 1 jamison User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Please review, Calculating day of week of year formula

Hi,

The problem is to find the 3rd day of the 41st week of a year. This is used when comparing daily sales to sales one year ago. Comparing a Sunday to a Tuesday is like comparing apples to oranges, so we need to compare a Sunday to a Sunday.

The following formula seems to work. It's a little weird around the beginning and end of year. The calculated date may actaully be in the wrong year, but that should be ok.

Also does anyone know of an easier way to do this?

PHP Code:
declare @dt datetime
declare @lastyear datetime
set 
@dt getdate()
--
Get the week last year
set 
@lastyear dateadd(yy,-1,@dt)
--
Adjust the week
set 
@lastyear dateadd(wk, (datepart(wk,@dt)-datepart(wk,@lastyear)), @lastyear)
--
Get the day of the week
set 
@lastyear dateadd(dddatepart(dw,@dt)-datepart(dw,@lastyear) , @lastyear 


Thanks,
Jamison

Last edited by jamison : October 8th, 2003 at 08:53 AM.

Reply With Quote
Reply

Viewing: Dev Articles Community ForumsDatabasesMicrosoft SQL Server > Please review, Calculating day of week of year formula


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 5 hosted by Hostway
Stay green...Green IT