I'm trying to calculate a year based on a year starting 6th April.
Using EXSLT I can get the year based on a normal January start:
date:formatDate(date:add(date:date(), '-P6Y'), 'yyyy')
How can I do the same but for a year starting 6th April.
Thanks.