I'm trying to make a Datepicker a users birthday for a login, and I don't know how to do it

Here is the code, I'm trying to make the code so it can detect if someone is 13 years old+.:
Note: I am new to MIT app inventor, so I'm pretty bad at it.

Use a Clock component in the Sensors drawer.

AIA:
Clock.aia (2.1 KB)

Thank you, this really helped! :smiley:

1 Like

Note that the "<" block is an external input block. To get it, drag out an equal block from the math drawer.

image

Select "<" in the drop down.

image

Then right-click the block, and select "External inputs".

image

You will get this.

image

Alright thanks, but I got a question, what if someone was 13+? What will happen?

And is there a certain property I need to change in the Clock?

Nothing will happen.

You don't need to change any properties. Leave them alone.

Alright, thanks!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.