Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Use the code below to create the coded calculated variable.  Remember this ignores year!

On Expression tab

function main() {

var myMonth = V1.getMonth();

return myMonth;

}

On the Pick List tab

List months 0 to 11 (e.g., 0 = January, etc.)