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; }