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

options showMicrosec. showMillisec, showMicrosec and showTimezone do not work #897

Open
jkyon opened this issue Aug 24, 2016 · 6 comments
Open

Comments

@jkyon
Copy link

jkyon commented Aug 24, 2016

Hello

I´m using last version of Timepicker Addon (v1.6.3), and I want to hide some controls from DateTimePicker such as milliseconds, seconds, microseconds and timezone. However, I cannot hide it even
I already set those option as false.

my code is this,

$(document).ready(function() {{
$('#TimeFrameFrom').datetimepicker({{showHour:false, showMillisec:false, showSecond:false, timezone:false, showMicrosec:false ,timezoneList:null, showButtonPanel:true, showTime:false, showTimepicker:true }});
}});

I´m not sure if something else is required to get what I looking for.

thank you in advance!

@jkyon
Copy link
Author

jkyon commented Aug 24, 2016

In addition, I'm using jquery-3.1.0 and jquery-ui-1.12.0,
Is there an issue with those versions and Timepicker v1.6.3?

Thank you in advance

@fpauser
Copy link

fpauser commented Oct 8, 2016

Same here, jquery-3.1.1 & jquery-ui 1.12.1.

@trentrichardson
Copy link
Owner

These are detected primarily from the tokens used in the timeFormat. If you
don't specify them in your time format they will not show.

On Oct 8, 2016 5:05 PM, "Falk Pauser" notifications@github.com wrote:

Same here, jquery-3.1.1 & jquery-ui 1.12.1.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#897 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AATHOMq5gauAWDvDACwHS6Vq5yk-jaAjks5qyAWCgaJpZM4JsJYT
.

@fpauser
Copy link

fpauser commented Oct 8, 2016

Ahh, nevermind: I forgot to add the jquery-timepicker-addon.css, which are needed for hiding things...

@jkyon: Sure that you added the styles?

@sutroon
Copy link

sutroon commented Dec 29, 2016

@fpauser thank you.

@LTUcoin
Copy link

LTUcoin commented Sep 11, 2017

@fpauser thanks !!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants