...
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.)
...
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.)