R/Years.Months.Days.POSIXt.R

Defines functions Years.Months.Days.POSIXt

Years.Months.Days.POSIXt <- function(x, sep = "-") {

    paste(years(x), format(x, '%m'), days(x), sep = sep)
}
John-R-Wallace-NOAA/JRWToolBox documentation built on June 1, 2024, 4:35 p.m.