Better to enter the actual date..., if not, you would have to have the result dates formatted as you want in other cells.. or use VBA to convert...

Try:

=IF(AND(ABS(C1-A1)<=120,A1<B1),"YES","NO")