See Original text in context
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»