method new-from-daycount
| 1 | class Date |
| 1.1 | (Date) method new-from-daycount |
Documentation for method new-from-daycount assembled from the following types:
class Date
From Date
(Date) method new-from-daycount
Defined as:
method new-from-daycount(,: --> Date)
Creates a new Date object given $daycount which is the number of days from epoch Nov. 17, 1858, i.e. the Modified Julian Day. Optionally accepts a formatter as a named parameter.
say Date.new-from-daycount(49987); # OUTPUT: «1995-09-27»