Documentation for method today
assembled from the following pages:
Class: Date §
From Date
(Date) method today §
Defined as:
method today(: --> Date)
Returns a Date
object for the current day. Optionally accepts a formatter named parameter.
say Date.today;