Commit 1004703d authored by Greg Wilson's avatar Greg Wilson

update readme

parent 3cc40074
...@@ -248,7 +248,7 @@ ___ ...@@ -248,7 +248,7 @@ ___
#### **`getDateOfBirth`** #### **`getDateOfBirth`**
Get the date of birth. Get the date of birth.
On success, the callback function will be provided with a `res` object containing dob `value: string` (ISO timestamp), and `age: number` in years: On success, the callback function will be provided with a `res` object containing dob `value: string` (ISO timestamp), and `age: number` (age in years):
```javascript ```javascript
{ {
value: '1986-09-01T00:00:00.000-0400', value: '1986-09-01T00:00:00.000-0400',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment