Skip to content

missing date function #373

Description

@joethorley

lubridate provides day, hour and year functions to get and set the day, hour and year components of a date time. A logical addition would be a date function to get and set the date component. It would circumvent the use of as.Date(,tz) which can cause problems if tz is set wrong. It would conflict with the base version of date which is poorly named and effectively replaced by lubridate::today. It could be called d8 to avoid any conflicts.

Please let me know if I am missing something.

I am willing to implement.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions