In my program I need to save peoples birthday in a sqlite database. Then within the program I need to display the birthday as well as their age too.
Is their a special way to save dates in one column or do I need to save them seperatly day, month and the year.
My other question is how to get their age accurately as years, month and days. is it possible to do this with some kind of function.
The date can be stored in a single column as text, a real or an int and can be used with the builtin
datefunctions.Documentation:
An example of selecting the users age from the database would be:
[reference]