asifnoor
Kilo Patron

Try this code.

var gdt = new GlideDateTime(gs.nowDateTime());
if(gdt.getMonth()+1 <=3)
return gdt.getYear();
else
return gdt.getYear()+1;

Mark the comment as a correct answer and also helpful once worked.

View solution in original post