Good evening guys.
In my bd, I store the date of birth of clients.
I have a list that presents:
name | cpf | age?
How could I get the data stored in the bd and using Angular.js or php calculate the current age and fill in my list?
In this case, the data that appears in the list looks like this:
{{data.name}} - {{data.cpf}} - age ????
Although I know very little about Angular.js, I accepted the challenge of studying and modifying some systems that I used to do with JQuery. So far I'm enjoying it.