Hi,
I have a problem. I have to create a date from a array. So as an example i have the array:
“M_Any_Wo3_Sa”. I divide these into “M” “Any” “Wo3” and “Sa”.
M = monthly
Any = placeholder for additional information
Wo3 = For the third day of the month
Sat = Saturday
From this information I should determine which date is the third day of collecting in each month.
For example:
16.05.2020
20.06.2020
18.07.2020
etc.
I have other examples as an array:
“M_Any_Wo4_Mi”
“M_Any_Wo1_Fr”
best regards
Jan