You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "jcesarmobile (JIRA)" <ji...@apache.org> on 2018/02/21 12:28:00 UTC

[jira] [Closed] (CB-7790) "navigator.globalization.getDateNames" strange problem in wp8

     [ https://issues.apache.org/jira/browse/CB-7790?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

jcesarmobile closed CB-7790.
----------------------------
    Resolution: Won't Fix

Both the plugin and wp8 are deprecated now, closing as won't fix

> "navigator.globalization.getDateNames" strange problem in wp8
> -------------------------------------------------------------
>
>                 Key: CB-7790
>                 URL: https://issues.apache.org/jira/browse/CB-7790
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: cordova-plugin-globalization
>    Affects Versions: 3.6.3
>         Environment: phonegap 3.6.3 with all latest plugin
> ios 8.02
> winphone 8.1
> Android 4.42
> all real machine
>            Reporter: Colin Bau
>            Priority: Major
>              Labels: globalization, triaged, wp8
>   Original Estimate: 12h
>  Remaining Estimate: 12h
>
> when I execute these code
> navigator.globalization.getDateNames(function(names) {for (var i=0; i<names.value.length; i++) { alert(i + names.value[i]);}},null,{type:"wide", item:"months"})
> [in android and ios,it will return] 
> 0 1
> 1 2
> 2 3
> ...
> ...
> ...
> 11 12
> [in wp8,it will return] 
> 0 1
> 1 2
> 2 3
> ...
> ...
> ...
> 11 12
> 12 null <= this line maybe have some problem or Excess ?



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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