Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for currRate (0.06 sec)

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

                if (dayOfWeek == this.locale.firstDay)
                    startDay = daysInLastMonth - 6;
    
                var curDate = moment([lastYear, lastMonth, startDay, 12, minute, second]);
    
                var col, row;
                for (var i = 0, col = 0, row = 0; i < 42; i++, col++, curDate = moment(curDate).add(24, 'hour')) {
                    if (i > 0 && col % 7 === 0) {
                        col = 0;
                        row++;
    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