Specific date in past

Hello again,

I need little help.
In one project I must enter a date in the calendar from three months ago. From today - 90 days
Can anyone help

Thank you.

hi @Gagi77
use this expression: DateTime.now.AddDays(-90).ToString(“dd-MM-yy”)
Regards!

1 Like

Thanks man, I appreciate

1 Like

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