Hello!
I’m trying to select a number from a calendar.
I have a variable that holds the number, and the calendar is the following:
As you can see there is four types of number:
-The ones from the previous month
-The current day
-The ones that are selectable (every number from the current month)
-The weekend days
-the ones from the next month
I already inspect each one and they have the following parentclass:
My question is if there is a way to make a selector to only be able to select the numbers from the current month (where the parentclass doesn’t contain “Day_day_2pGZ1 Day_shy_BCSEf”)
Thanks in advance