Week Number

  • Thread starter Thread starter poppy
  • Start date Start date
P

poppy

Does anyone know how I can get a week number from a
datetime type ?

These dates and times are killing me.

Thanks in Advance
 
-----Original Message-----
Does anyone know how I can get a week number from a
datetime type ?

These dates and times are killing me.

Thanks in Advance
.
 
poppy said:
Does anyone know how I can get a week number from a
datetime type ?

These dates and times are killing me.

The .NET Framework provides a way to do that
('System.Globalization.Calendar.GetWeekOfYear'), but notice that this method
is not ISO-8601-compliant. You may want to look for an ISO-compliant
solution here:

<URL:http://www.google.de/groups?q=dotnet+week+iso+8601>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Spam 4
External functions 2
Week number of year 3
Date converison 4
Convert date to number of week 3
week numbers 3
Display columns without data in cross tab query 4
ISO Date Functions 1

Back
Top