Get week number of year

Hi Devs. Is there any way to get the number of the week of the year?. For example we are now in week 32

image

https://docs.oracle.com/javase/7/docs/api/java/text/SimpleDateFormat.html

image

1 Like

Great, tanks. (In Pascal we use a function "weekof(now)"

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.