Colin Bau created CB-5458:
-----------------------------
Summary: navigator.globalization.stringToDate with iOS
Key: CB-5458
URL: https://issues.apache.org/jira/browse/CB-5458
Project: Apache Cordova
Issue Type: Bug
Components: iOS
Affects Versions: 2.9.0
Environment: ipad mini ios 7.04
Reporter: Colin Bau
Fix For: 2.9.1
I am using phonegap build 2.9 and ipad mini 7.04
navigator.globalization.stringToDate('9/25/2012',function(date) {
alert('success');},function () { alert('fail'); },{selector:'date'});
in Android
when I set selector "date", it will alert "success"
when I set selector "time", it will alert "fail"
when I set selector "date and time", it will alert "fail"
in iOS
when I set selector "date", it will also alert "fail"
when I set selector "time", it will alert "fail"
when I set selector "date and time", it will alert "fail"
why I set "date" will be "success" in Android,but "date" will "fail" in iOS
--
This message was sent by Atlassian JIRA
(v6.1#6144)