Module: FormulaDSL::Functions

Defined in:
lib/formula_dsl/functions.rb

Constant Summary collapse

MONTH =
Proc.new{|args| "this.#{args.first}.getMonth() + 1" }
YEAR =
Proc.new{|args| "this.#{args.first}.getYear()" }