Hi,
Im trying to obtain the week number (1,2,3,4 or 5) of the month given a date ( Ex. 2015-10-01 will be week 1).
I have this simple query that works fine in SQL server and in workflow.
However, if I use a token for the date:
And use the following in the WF:
I get the following error:
Dont know if there is something Im missing or why is the error managing dates.
Thanks in advance.