You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/06/21 17:08:52 UTC

[GitHub] [cordova-plugin-contacts] vagsa2 opened a new issue #213: Plugin skip birthday without year on android

vagsa2 opened a new issue #213: Plugin skip birthday without year on android
URL: https://github.com/apache/cordova-plugin-contacts/issues/213
 
 
   # Bug Report
   
   ## Problem
   Contact with birthday, which is without year imports with empty birthday
   
   ### What is expected to happen?
   Expects to have contact with birthday with empty year
   
   
   ### What does actually happen?
   We have contact with empty birthday
   
   
   ## Information
   <img width="958" alt="1b590002111100020000888800000000" src="https://user-images.githubusercontent.com/12045521/59938994-3bf18a00-945f-11e9-9bb0-c51ed5cc7b6d.png">
   
   This problem is because date without year in android passed as "--MM-DD"(https://stackoverflow.com/questions/25161485/is-the-mm-dd-format-for-month-day-part-of-iso-8601), which cannot parse by `Date.valueOf` method.
   
   ### Command or Code
   <!-- What command or code is needed to reproduce the problem? -->
   
   
   
   ### Environment, Platform, Device
   Reproduced on Android 26 Pixel Emulator
   
   
   ## Checklist
   <!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
   
   - [ x] I searched for existing GitHub issues
   - [x ] I updated all Cordova tooling to most recent version
   - [ x] I included all the necessary information above
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org