If by "date" you mean Today then:

=DATE(YEAR(TODAY())+(MONTH(TODAY())>3),3,31)
If by "date" you mean date in another cell, eg A1 then:

=DATE(YEAR(A1)+(MONTH(A1)>3),3,31)