-
Notifications
You must be signed in to change notification settings - Fork 13.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ion-datetime produces invalid ISO-8601 date format #6608
Comments
@jgw96 Can you remove the ios label and add the datetime label on this one? |
@adamdbradley Can you fix this? This is a REAL problem. Also, lots of styling issues with the datetime component. Label gets bolder for some reason. Date output does not go directly under stacked label. Hopefully you will get all that cleaned up so this component is usable. |
@keithdmoore Cool thanks for the report, should be all fixed up in the next release. Thanks! |
@adamdbradley Should I create another issue for the cosmetic issues related to the datetime component or have you already addressed those? Thanks for all the great work you guys are doing! |
The date is a valid date now but it is incorrect. Please reopen. Expected: 2016-06-12T02:40:00Z Actually got: 2016-06-11T21:40:00Z Cordova CLI: 6.1.1 |
@jgw96 @danbucholtz please reopen. |
Hey @keithdmoore, would you mind making a plunker that demonstrates the new issue? Thanks! |
Hello all! As it seems it has been a while since there was any activity on this issue i will be closing it for now. Feel free to comment if you are still running into this issue. Thanks for using Ionic! |
Date produced from Ionic2 (beta7) ion-datetime component looks like this:
"2016-01-02T01:00:00-aN:aN"
Looks as though it is adding invalid characters
-aN:aN
at the end of the date string. Tested in Chrome and Firefox only.Also, note the value in the UI is not placed under the "stacked" label. That should be a separate issue though.
http://plnkr.co/edit/KUengxqzfnRqm8pwIMSp?p=preview
Cordova CLI: 6.1.1
Gulp version: CLI version 3.9.1
Gulp local: Local version 3.9.1
Ionic Framework Version: 2.0.0-beta.7
Ionic CLI Version: 2.0.0-beta.25
Ionic App Lib Version: 2.0.0-beta.15
ios-deploy version: 1.8.5
ios-sim version: 3.1.1
OS: Mac OS X El Capitan
Node Version: v5.8.0
Xcode version: Xcode 7.3.1 Build version 7D1014
The text was updated successfully, but these errors were encountered: