Commit 6fca72c6 authored by Greg Wilson's avatar Greg Wilson Committed by GitHub

Update README.md

parent a56dce40
...@@ -228,7 +228,7 @@ AppleHealthKit.getDateOfBirth(null, (err: Object, dob: string) => { ...@@ -228,7 +228,7 @@ AppleHealthKit.getDateOfBirth(null, (err: Object, dob: string) => {
if(this._handleHealthKitError(err, 'getDateOfBirth')){ if(this._handleHealthKitError(err, 'getDateOfBirth')){
return; return;
} }
// use dob ... // use dob ... (ex: '1986-09-01T12:20:30-04:00')
}); });
``` ```
......
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