In LPL, how can I determine what day of the week it is for a specific date? That is if my invoice due date = 12/13/2023 how can I determine if this date is a Wednesday?
You can use the "week day" operator to return the weekday number and then check if that value is 4 (Wednesday)
October fourth was probably a bad example because the day is the fourth, but you can see 4 (Wednesday) is also returned for October 25th