Skip to content

Remove Dates.value(::Date) #54510

Open
Open
@jariji

Description

@jariji

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    datesDates, times, and the Dates stdlib module

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions