"Date and Time": Harlowe (v2.1)#
Summary#
"Date and Time" demonstrates how to use the (current-date:)
, (current-time:)
, and other time-related macros in Harlowe.
Example#
Twee Code#
:: StoryTitle
Date and Time in Harlowe
:: Start
The current date is (current-date:).
The current time is (current-time: ).
The current day (of the month) is (monthday: ).
The current day is (weekday: ).