I have a date of Birth field coming from Xano. I want to to display a person’s age based on their DOB. Is there a way to do this on the weweb side (rather than doing it on the back end)? Trying to use the weweb date plugin’s COMPARE DATE function, but the plugin doesn’t have TODAY as a parameter. Am I missing something?
You can use the date formula, it will give you today’s date or simply type Date.now()
Thanks!