username@email.com
2023-03-14 bf14008acffe7a9a7ac6e2eeb38ce3552b71b33a
zhengcaioa/zhengcaioa/Views/SalaryCheck/Employee.cshtml
@@ -130,6 +130,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;
            }