Well I dont know what language you want to do this in. But with VB / VBScript you can use<br>
<br>
MsgBox DatePart("ww", Now())<br>
<br>
That will return the week number for todays dats<br>
<br>
<br>
As far as your other question about a specific date in week 53..I have no idea.<br>
<br>
: i need to know an algoritm that can convert a date into a weeknumber and viceverca. I would also like to know if there is a specific date of the year that would always be in week 53 if this weeknumber exists in a specific year<br>
: <br>
<br>