3
Good evening, everyone.
In my comic book, I store customers' date of birth.
I have a list that presents:
name | Cpf | age?
How could I take the data stored in the bd and using Angular.js or php calculate the current age and fill in my list?
In the case, the data are presented in the list are thus:
{{data.name}} - {data.Cpf}} - age????
Although I knew very little about Angular.js, I accepted the challenge of studying and modifying some systems I used to do with Jquery. So far I’m enjoying it.
You can display the data "Name, Cpf, Age" by doing a query by default?
– Vanderson Ramos
Can I get @Vanderson ... I think I’ll even guess what you’re going to suggest... calculate by query? rsrsrsrsrsr I’ll try that... Tks
– Marcia Pereira Reis