I am working on an app that will calculate age with two dates. The comparison instruction lees than < is taking exactly the opposite route to the expected route. in the pic curr-day minus d-input1 is producing a result greater than 30. what is wrong. I have spent so much time trying to get the app to work properly. I have separated the starting block here. What is wron
im just a beginner, but i think you can use “seconds since 1970” block for each date… difference between those 2 will get you age in seconds… than get year, month, day from seconds …