|
|
@@ -28,7 +28,6 @@ proto.getOpName = function getOpName(){
|
|
|
proto.evaluateInternal = function evaluateInternal(vars){
|
|
|
this.checkArgCount(1);
|
|
|
var date = this.operands[0].evaluateInternal(vars);
|
|
|
- console.log("test", date.getUTCMonth() );
|
|
|
return date.getUTCMonth();
|
|
|
};
|
|
|
|