I have a primary key constraint on below 4 columns to check the uniqueness of the data inserted, but I need a check constraint condition that needs to validate the date part from insert statement to accept only one date in a month? Please help

Thank you