Calendar week

0
Hi all, if you have two different dates like 10/05/2020 and 10/12/2020 and you would like to know the calendar week for each date, how can you get this information? Thanks a lot for giving me an idea. Kind regards Siegfried        
asked
1 answers
1

formatdatetime($yourdatevariable, ‘w’) will give you the weeknumber.

answered