Forum Discussion
Meghbajaj
4 years agoFrequent Visitor
Extractting Age from DOB
I am trying to extract age from DOB of a sample data. The initial field is DOB with data type Date time and value is 1900-01-01 12:00:00 AM for every field. I changed it to the date type Date in tr...
- 4 years ago
Hi,
Use the DATEDIFF() function as a calculated column formula. The second input should be TODAY().
Ashish_Mathur
Super User
4 years agoHi,
Use the DATEDIFF() function as a calculated column formula. The second input should be TODAY().