Skip to content

"Date and Time": Chapbook (1.0.0)#

Summary#

Using lookups, Chapbook can easily retrieve the current month, day, and year.

Example#

Download

Twee Code#

:: StoryTitle
Date and Time in Chapbook

:: Start
The current month number is {now.month}.

The current day number is {now.day}.

The current full-year number is {now.year}.

Twee Download