TDD 1. Today is christmas or not?

Given a date, detect the date is christmas (Dec. 25) or not?

Example 1

Input: 2018-12-25
Output: "Merry Christmas!"

Example 2

Input: 2018-12-21
Output: "Today is Not Christmas TT"