Skip to content
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

Setting Time Format explicitly yields doubled time display #28

Closed
DanSpector opened this issue Oct 17, 2013 · 5 comments
Closed

Setting Time Format explicitly yields doubled time display #28

DanSpector opened this issue Oct 17, 2013 · 5 comments

Comments

@DanSpector
Copy link

Set pickDate to false, set data-format to "HH:mm PP"

The format still appends "hh:mm" after the other format to yield "03:45 PM 15:45"

I believe this is due to the format still appending the time even if the time is explicitly set by data-format

@Eonasdan
Copy link
Owner

Try the latest version. The addition of moment has added much support for for date formats

@ailieff
Copy link

ailieff commented Oct 24, 2013

Same issue on the 2.0.1. When the 'data-format' is something like 'DD/MM/YYYY HH:mm', then the time is duplicated. Once for 24h format, and once for 12h format.

@thedanotto
Copy link

yes, I'm seeing the same issue.

screen shot 2013-10-27 at 12 22 47 am
screen shot 2013-10-27 at 12 23 05 am

@Eonasdan
Copy link
Owner

this is fixed in 2.0.2. I have a large commit coming to fix/enhance some of the other issues, but this should get you guys going in the mean time

Eonasdan added a commit that referenced this issue Oct 28, 2013
@thedanotto
Copy link

thank you.

@ghost ghost locked and limited conversation to collaborators Jun 17, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants