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/07/03 14:15:50 UTC

[GitHub] [cordova-plugin-globalization] sckumar opened a new issue #75: getDatePattern() not returns the updated date time format on resume

sckumar opened a new issue #75: getDatePattern() not returns the updated date time format on resume
URL: https://github.com/apache/cordova-plugin-globalization/issues/75
 
 
   # Bug Report
   
   ## Problem
   getDatePattern() not returns the updated date time format on resume
   
   getDatePattern() should return the actual date time format of the system
   ### What does actually happen?
   getDatePattern() returns the date time format when I launch the application not the updated system time format
   ## Information
   Launch the application and get the date time format (12hr now). Minimise the app. change the time format to 24hr in settings. onResume try to get the time format should return 24hr but returns 12 hr. Restart the app returns the updated value
   
   ### Command or Code
   this.globalization.getDatePattern({ formatLength: 'short', selector: 'time' }) on resume
   
   ### Environment, Platform, Device
   iOS
   Ionic
   
   ### Version information
   cli packages: (/usr/local/lib/node_modules)
   
       @ionic/cli-utils  : 1.18.0
       ionic (Ionic CLI) : 3.18.0
   
   global packages:
   
       cordova (Cordova CLI) : 8.0.0 
   
   local packages:
   
       @ionic/app-scripts : 3.2.3
       Cordova Platforms  : android 7.0.0 ios 4.5.5
       Ionic Framework    : ionic-angular 3.9.5
   
   System:
   
       ios-deploy : 1.9.2 
       ios-sim    : 1.9.0 
       Node       : v8.15.0
       npm        : 6.9.0 
       OS         : macOS
       Xcode      : Xcode 10.2.1 Build version 10E1001 
   
   Environment Variables:
   
       ANDROID_HOME : not set
   
   Misc:
   
       backend : pro
   
   ## Checklist
   - [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