Adding the date picker to a text box for Diary section

hello! I've been working to add a date picker to the text box section so when I look at the list picker I can see the message AND the date it was written. Does anyone know how to code or make this possible? If so please let me know and include the code along with your message :slight_smile:

This sample app adds the date to text and shows it in a List Picker ...
https://groups.google.com/g/mitappinventortest/c/II_RlElGddU/m/J0q_E-2rAwAJ

You would have to replace the Clock1.Now() block with the Date Picker date.

I don't see much about the date picker...not really in the coding photos either

http://ai2.appinventor.mit.edu/reference/components/userinterface.html#DatePicker

http://ai2.appinventor.mit.edu/reference/blocks/text.html#join

tysm! Do u know how I would code this? as an if-then statement or...

http://ai2.appinventor.mit.edu/reference/blocks/lists.html

Learn about using lists:

General Tutorials