Week Number?

1
Hello, How can I extract the week number out of a date?  
asked
2 answers
4

Hi Mickele,

Check this forum post for more information: https://forum.mendix.com/link/questions/8592

 

Simply said, you can use this formatDateTimeUTC($Entity/Attribute, 'ww')

 

But keep in mind that there are variables that could influence the outcome (see link above).

 

answered
0

Thank you Aswin

answered