How to get last Monday of current month

Hello - I am trying to calculate the last Monday of the month if the current date is before the 10th of the current month and if after the 10th of the current month then calculate the last Monday of the following month. Would anyone know how I go about this?

Thanks

This can be modified to get the last monday of last month. You will only need to add one month instead of subtracting one with this XAML file for your second case.

1 Like