How do i check 15th is Friday or not for that Current month If its Friday(15th) Bot should full report from 1st to 15th of current month
How do approach this
How do i check 15th is Friday or not for that Current month If its Friday(15th) Bot should full report from 1st to 15th of current month
How do approach this
Hi @Sam_H
One more way is to use
(New Date(2022,12,15)).DayOfWeek
this will give you the day of 15th date …Accordingly change the year and month parameter to check if that is friday for each month you need
cheers
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.