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
DateTimePicker can be added as an inline element by setting isInline: true. Since DateTimePicker is added inline, input element should be explicitly specified with inputElement: <jQuery object of Element>. Check Example Inline View.
Input Elements on DateTimePicker can be made read-only with readonlyInputs: true.
Header Element in DateTimePicker View can be removed with showHeader: false.
Added functionality to increment or decrement values of dates using Up and Down Arrow Keys as well as using Mouse Wheel.
Support for IE8 and Bug Fix on iOS(Changes from PR #109)
Added Support for IE8
Bug Fix for position:fixed issue on iOS (#108 and #106)