Get ,6 days before current date

Hi

I need an help to get 6 days before current date

Any direct expression

Hi @Swathi_U

Check this

Now.AddDays(-6).ToString(“dd/MM/yyyy”)

DD MM yy can be altered according to your format

Thanks:) @nikhil.girish

It’s returning output as required

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