jQWidgets Forums

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: today highlight today highlight #101510

    Karthikeyan
    Participant

    Hi,

    I found a method to get current date highlighted.
    Below are the lines which i used to do it.

    $(“#jqxScheduler”).jqxScheduler({
    rendered: function () {
    var currentdateval = moment().format(‘YYYY-MM-DD 00:00:00’);
    $(‘[data-date=”‘ + currentdateval + ‘”]’).css(‘background’, ‘#f8efc8’);
    }
    });

    in reply to: today highlight today highlight #101473

    Karthikeyan
    Participant

    Hi,

    We just got the jqwidgets-ver6.0.5.

    Is hightlighting the current day in Monthview & Weekview available in the jqxScheduler now?

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