Hi All,
Any one know how to check current date match for today
Best Regards,
Naveen
Hi All,
Any one know how to check current date match for today
Best Regards,
Naveen
if DateTime.Now.DayOfWeek.ToString = “Friday”
hi @Naveen.Ch,
Please use Date.Now.DayOfWeek.ToString and compare it with the date you want
now.DayOfWeek.ToString.Equals(“Friday”)
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.