Hi Kan2332,
you can use built in function Month to get month from date/datetime variable
and write condition like below-
If(Month(CurrDate())=1 or Month(CurrDate())=4 or Month(CurrDate())=8 or Month(CurrDate())=12 ,True,False)
Hope this will help you.
Regards
Rahul