If the date is in A1... and you enter Jan (or whatever..) in B1, this will return TRUE if the months match, otherwise it'll return FALSE. So exactly, what do you want it to do when there is/isn't a match??

=MONTH(A1)=MONTH(1&B1)