Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for isoWeeks (0.03 seconds)

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

                        html += '<td class="week">' + calendar[row][0].week() + '</td>';
                    else if (this.showISOWeekNumbers)
                        html += '<td class="week">' + calendar[row][0].isoWeek() + '</td>';
    
                    for (var col = 0; col < 7; col++) {
    
                        var classes = [];
    
                        //highlight today's date
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Oct 26 01:49:09 GMT 2024
    - 64.8K bytes
    - Click Count (0)
Back to Top