lubridate (version 1.5.6)

year: Get/set years component of a date-time.

Description

Date-time must be a POSIXct, POSIXlt, Date, Period, chron, yearmon, yearqtr, zoo, zooreg, timeDate, xts, its, ti, jul, timeSeries, and fts objects.

Usage

year(x)
year(x) <- value
isoyear(x)

Arguments

x
a date-time object
value
a numeric object

Value

the years element of x as a decimal number

Details

year does not yet support years before 0 C.E.

Examples

Run this code
x <- ymd("2012-03-26")
year(x)
year(x) <- 2001
year(x) > 1995

Run the code above in your browser using DataCamp Workspace