* fixes for next/prev month calculator
[lichviet] / qml / LichViet / main.js
index fce97ab..577ce0d 100644 (file)
@@ -69,6 +69,7 @@ function calDaysX(month, year){
             else
                 return 28;
         }
+    else
     return 31;
 }