Learn R Programming

dttr2 (version 0.5.2)

dtt_feb29_to_28: Convert Feb 29 to Feb 28

Description

Converts Feb 29 to Feb 28th

Usage

dtt_feb29_to_28(x)

Value

The modified Date or POSIXct vector.

Arguments

x

A Date or POSIXct vector.

See Also

Other leap year: dtt_leap_year()

Examples

Run this code
dtt_feb29_to_28(as.Date("2004-02-29"))

Run the code above in your browser using DataLab