Github user riknoll commented on a diff in the pull request: https://github.com/apache/cordova-plugin-contacts/pull/95#discussion_r46483328 --- Diff: src/android/ContactAccessorSdk5.java --- @@ -1854,6 +1859,38 @@ public boolean remove(String id) { return (result > 0) ? true : false; } + /** + * Gets birthday date from contact JSON object + * @param contact an object to get birthday from + * @return birthday or null, it the field doesn't present in contact or malformed --- End diff -- Grammar nitpick: "If the field isn't present or is malformed in the contact"
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org For additional commands, e-mail: dev-h...@cordova.apache.org