ЙажаСценарий / Говнокод #23252 Ссылка на оригинал

0

  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
  8. 8
  9. 9
  10. 10
  11. 11
disableFunc: function (date) {
            if ([1].include(date.getDay() + 1)) return true;


            var What = new Date(date.getFullYear(), date.getMonth(), date.getDate());
            var Min = new Date(2017, 7, 10);
            if (Min >= What) return true;
            var Max = new Date(2017, 7, 16);
            if (Max < What) return true;
            return false;
        },

Великая и могучая белорусская Amasty шарит в названиях переменных

Запостил: zhytomyr_guys zhytomyr_guys, (Updated )

Комментарии (1) RSS

  • >
    var What = new Date(date.getFullYear(), date.getMonth(), date.getDate());

    'What', indeed. Or should I say 'Why'
    disableFunc: function (date) {
                if ([1].include(date.getDay() + 1)) return true;
    
    
                var Why = new Date(date.getFullYear(), date.getMonth(), date.getDate());
                var Min = new Date(2017, 7, 10);
                if (Min >= Why) return true;
                var Max = new Date(2017, 7, 16);
                if (Max < Why) return true;
                return false;
            },
    Ответить

Добавить комментарий

Из-за тебя ушел bormand, guest!

    А не использовать ли нам bbcode?


    8