Get Financial year start date Eg: (01/04/2021)

Hello, I need help getting the start date of current financial year
image

Today is 17th March 2021 so financial year start is 01/04/2021
On 1st April 2022, financial year start automatically should be “01/04/2022” (variable)

Thanks!

Hi,

Can you try the following expression?

New DateTime(Now.Year+CInt(Now.Month<4),4,1).ToString("dd/MM/yyyy")

Regards,

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.