Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for weekend (0.53 sec)

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

    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:
    L794:                    //grey out the dates in other months displayed at beginning and end of this calendar
    L795:                    if (calendar[row][col].month() != calendar[1][1].month())
    ...
    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