I am making a birthday reminder app. I want to show tha label (" Today is Tom's birthday.") Assuming Tom has a birthday. But I want this label to be visible only when someone has a birthday today. I am using datetime module to check the date. How can I do this?? Any help is appreciated.