/ Published in: Other
Expand |
Embed | Plain Text
local numbervar y := year({casemain.schedcase_start_datetime}); local numbervar m := month({casemain.schedcase_start_datetime}); local stringvar fy := ""; if(m <= 3) then fy := totext(y - 1, 0) + " / " + totext(y, 0) else fy := totext(y, 0) + " / " + totext(y + 1, 0); fy;
You need to login to post a comment.
