Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for today (0.16 sec)

  1. src/main/webapp/js/admin/plugins/daterangepicker/daterangepicker.js

    calendar[row][0].isoWeek() + '</td>';
    L781:
    L782:                for (var col = 0; col < 7; col++) {
    L783:
    L784:                    var classes = [];
    L785:
    L786:                    //highlight today's date
    L787:                    if (calendar[row][col].isSame(new Date(), "day"))
    L788:                        classes.push('today');
    L789:
    L790:                    //highlight weekends
    L791:                    if (calendar[row][col].isoWeekday() > 5)
    L792:                        classes.push('weekend');
    L793:
    ...
    JavaScript
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 04:21:06 GMT 2020
    - 65.7K bytes
    - Viewed (0)
Back to top