Question
Rounding date of birth
I have 3 total text fields...
The textfield called 'dob' is what will be populated in the format mm/dd/yyyy
I want two other text fields to be populated automatically, 'age_exact' (where it always rounds down to the integer) and 'age_closest' (where it can round up to the integer of the next birthday)
I'm really stuck trying to do this. Any ideas?