Find month before today 3 day (working day) and convert month that use local month name

I want to find month before today 3 days (working Day---->not Saturday or Sunday )
Example If today = 01/04/2021 month = 4
I want to find days before today 3 day and not holiday = 29/03/2021 month = 3

I want convert month from 3 to month name local language (this is to convert March to มีนาคม, english to thailand)

@fairymemay , Please find the attached xaml for the solution.

It will helps you to calculates business day difference and convert the month name to Thailand language.

DaysDifference_MonthName.xaml (9.6 KB)

1 Like