Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for months$a (0.04 sec)

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

                        //highlight weekends
                        if (calendar[row][col].isoWeekday() > 5)
                            classes.push('weekend');
    
                        //grey out the dates in other months displayed at beginning and end of this calendar
                        if (calendar[row][col].month() != calendar[1][1].month())
                            classes.push('off', 'ends');
    
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Oct 26 01:49:09 UTC 2024
    - 64.8K bytes
    - Viewed (0)
Back to top