Dates and times

convert object to date

as_date()

{lubridate}

parse dates as day, month, year

dmy()

{lubridate}

get days component of date-time

day()

{lubridate}

extract day number of week

wday()

{lubridate}

return current date and time

now()

{lubridate}

parse month, day, year and hour, minute

mdy_hm()

{lubridate}

return or set month component of a date-time

month()

{lubridate}

parse month, day, year and hour, minute, second

mdy_hms()

{lubridate}

return or set second component of a date-time

second()

{lubridate}

return the current date

today()

{lubridate}

parse periods with hour and minute

hm()

{lubridate}

parse dates as month, day, year

mdy()

{lubridate}

parse periods with hour, minute, and second

hms()

{lubridate}

return or set year component of a date-time

year()

{lubridate}

return or set minute component of a date-time

minute()

{lubridate}

parse dates with year, month, and day components

ymd()

{lubridate}

return or set hour component of a date-time

hour()

{lubridate}

convert object to date-time

as_datetime()

{lubridate}

The end!