FitNesse. UserGuide.
TodaysDate [add child]
To diplay todays date:

Markup Text
Displayed as
Today is !today. Today is 05 Aug, 2026.
XML is !today -xml. XML is 2026-08-05T00:16:23.
Right now it is !today -t. Right now it is 05 Aug, 2026 00:16.
Tomorrow is !today +1. Tomorrow is 06 Aug, 2026.
Last week was !today -7. Last week was 29 Jul, 2026.
The month is !today (MMM). The month is Aug.

As you can see, you can add or subtract days. You can include the time tiwh -t. And you can use your own format for the time. (See SimpleDataFormat for the syntax.)