Now you have both DatePicker and ListPicker instead of ListView
You could benefit from reading some resources to help you learn to use the AI2 tools. A very good way to learn App Inventor is to read the free Inventor's Manual here in the AI2 free online eBook App Inventor 2 Book: Create Your Own Android Apps ... the links are at the bottom of the Web page. The book 'teaches' users how to program with AI2 blocks.
okay so those blocks you gave were for the actual immunization date...........and i justt want to make a WARNING when parents input the vaccination date after they went to hospital, they will know if they are late or not
its so FRUSTATING for me to explain that i just want to compare between vaccination date they input and DoB
Why not? Set up a little test project to try out your ideas before applying them to your app. Use companion and Do it to understand what is happening and to debug your projects
Then do as I have previously asked, check the content of your variables in your equation. No-one knows what you have in Label4.txt , or what the output of the first part of the equation is?
Now you know one reason what you tried does not work. The date needs to be converted to a Clock instant for the Math block to work. Have you written code to do that?