You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 5, 2019. It is now read-only.
I am trying to use the timepicker functionality of the datetime component. However it seems to be completely ignoring anything I specify for the timepicker attribute. Example to follow....
startDateOptions = {
startDate: new Date(),
autoclose: true
};
newStartDate: Date = null;
The datetime component appears but is still showing the meridian and minuteStep is 15 instead of 1 as specified. The component IS detecting my date option specifications. I pulled these options directly from the example at https://nkalinov.github.io/ng2-datetime/ so I am at a bit of a loss here. Am I missing some small detail?
Thanks,
Jordan
The text was updated successfully, but these errors were encountered:
Hi ,
I am trying to use the timepicker functionality of the datetime component.but -timepicker-widget dropdown-menu timepicker widget i didn't get widget.may i know the problem.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This is on the latest version. (1.4.0)
I am trying to use the timepicker functionality of the datetime component. However it seems to be completely ignoring anything I specify for the timepicker attribute. Example to follow....
variable definitions....
startDateOptions = {
startDate: new Date(),
autoclose: true
};
newStartDate: Date = null;
The datetime component appears but is still showing the meridian and minuteStep is 15 instead of 1 as specified. The component IS detecting my date option specifications. I pulled these options directly from the example at https://nkalinov.github.io/ng2-datetime/ so I am at a bit of a loss here. Am I missing some small detail?
Thanks,
Jordan
The text was updated successfully, but these errors were encountered: