Merge branch 'feature/calendar' into developer

This commit is contained in:
tiago.kayaya
2021-02-10 05:03:50 +01:00
5 changed files with 3 additions and 6 deletions
-1
View File
@@ -13,7 +13,6 @@ var month = [
var week = new Array('Domingo', 'Segunda', 'Terça', 'Quarta', 'Quinta', 'Sexta', 'Sábado');
class momentG {
static run(date, formate , wgs){
if(typeof date.getMonth != 'function') {