Hello, I am creating an app using tinydb. I have the app saving 3 pieces of info under each tag. Info #1 is the game name info #2 is startdate and info #3 is enddate
when I go to load it into the list I keep getting Game 1 ["03/12/2022","05/12/2022"] how can I brake this up into 3 variables so that I can use them later for example if the current date comes close to the end date send a message.
I would also like to clean up the listview to get rid of the brackets and quotation marks and possibly add "start date:" and "end date:" to the view for each one. Maybe change the text color of the Game 1 name.
I have implemented a few snippets I found from the web on saving and importing the data from tinydb but did not find anything on how to break it up.
thanks for any help
below is the main screen that populates the list view