I'm trying to let the 'date' populate data to a label.
Example: a work out schedule suppose today is August 5, so the label might read "do 20 pullups" and then on August 6, the same label might read "do 30 pushups". doesn't matter if the data is coming from an SQLite database or simple array.. I just can't figure out how to get the date to drive the data.
Any help would be great. Thanks in advance.