username@email.com
2022-01-04 0c7b13e91cd472e21e4a620355e6fcabc11f695a
zhengcaioa/zhengcaioa/Views/AdmAttendance/Index.cshtml
@@ -94,6 +94,10 @@
            var year = date.getFullYear();
            var month = date.getMonth();
            var strDate = date.getDate();
            if (month == 0) {
                year = year - 1;
                month = 12;
            }
            if (month >= 1 && month <= 9) {
                month = "0" + month;
            }