Open
Description
The value(::Date)
method is not documented, it's not generic with the documented method, and I don't think we need it.
The documented method is
help?> Dates.value
Dates.value(x::Period) -> Int64
For a given period, return the value associated with that period. For example, value(Millisecond(10))
returns 10 as an integer.
Method to be removed:
julia> Dates.value(Date(2000))
730120