Hello everyone, I want to create a timesheet calendar application. But I do not know how to store a large array of data on the device. It should be every day of the year, hours worked, hourly monthly rate, etc. Any ideas? thanks!
Save it in tiny db with different tags
1 Like
alternatively use the SQlite database
Taifun
2 Likes
use the clock component from the sensors drawer together with its methods, see also the documentation Sensors
Taifun
I understood how to set the selected time. How to get the difference between two time values ββin the format XX hours XX minutes, for example: 14 hours and 13 minutes,or 14:13 have passed
What have you tried? Show the blocks you used.
Yes, now I can only set the selected time. But how to get the difference between the two values ββof the selected time in the format of XX hours XX minutes.
Test1.aia (14.1 KB)
Just post your blocks. Few uses have the time to download, import and test your aia.