jQuery UI Widgets Forums Editors DateTimeInput Time Interval

This topic contains 3 replies, has 2 voices, and was last updated by  nkuznetsov 9 years, 4 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • Time Interval #72281

    nkuznetsov
    Participant

    Hi,

    I am only using jqxDateTimeInput to display time. I need to set interval to when I am changing minute value to be 15 minute iteration, much like this control offers “Removed Link”

    Is this functionality available in jqxDateTimeInput?

    Thanks.

    Time Interval #72282

    nkuznetsov
    Participant

    Clarification -my date time input element code looks like this:

    <div data-bind="attr: { id: 'start' + EmployeeAvailabilityID1 }, jqxDateTimeInput:
    {
    formatString: 'h:mm tt',
    showCalendarButton: false,
    width: 70,
    value: StartDate1,
    disabled: IsUnavailable
    }">
    </div>

    i. e. bound to ko observables. I need the time to step by, let’s say, 15 minutes. Tried to implement it with “change” event, to no avail.

    Thanks.

    Time Interval #72315

    Dimitar
    Participant

    Hi nkuznetsov,

    There is no such built-in functionality, but you can use the valueChanged event to construct a workaround: http://jsfiddle.net/Dimitar_jQWidgets/rc86d4h2/.

    Best Regards,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/

    Time Interval #72348

    nkuznetsov
    Participant

    Thx, will try.

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.