working with dates
Hi so I 'm completely new to toddle coming from Low Code / no Code building in Tadabase . Im working on a planning app for musical and theater tours across europe . So i work a lot with dates . Supabase is my backend of choice . Im still evaluating front end builders . I like a lot about toddle , but I 'm a little shocked that there is no real way to work with dates other than epoch . That is big big issue for me . Am I missing something ? for an api call i needed tomorrows date . I wanted to build a timetracking app . show all the days with aggregated working hours in an accordion and have all the recordings for each day inside the accordion . to get the corresponding records from the db i need to pass the date of the day that is clicked and the date of the day after that to get all records between eg . 03 -11 -25 0 0 : 0 0 :00 and 03 -12 -25 0 0 : 0 0 :00 . so i need something easy like add day but instead i have to convert it to epoch add a day in ms than convert it back to date and than format it the way supabase expects which is the next problem . . .