Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Number of Weeks
Message
From
15/11/1999 17:23:43
 
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00290989
Message ID:
00291309
Views:
27
>>>Can anyone think of a formula or fast piece of code (I plan on running it from a SELECT) that can tell me the number of weeks since 11/1/99? I'm thinking some combination of the year and WEEK() might do it, but I haven't come up with anything.
>>>
>>>Thanks,
>>>
>>>Michelle
>>
>>It would be the difference of the weeks...
>>
>>Week( MyDate ) - Week( {^1999.11.1} )
>>
>>BOb
>That works within the year. Between 1/1/2000 and 11/1/2000 (or thereabout) your expression would return a negative number.

Yes... I realized my mistake about 20 minutes after I posted this, that it would only work with two dates that fell in the same year! I guess number of days /7 is gonna be the simplest method.

BOb
Previous
Reply
Map
View

Click here to load this message in the networking platform