diff --git a/man/extract_fin_year.Rd b/man/extract_fin_year.Rd index 361d044..5c06015 100644 --- a/man/extract_fin_year.Rd +++ b/man/extract_fin_year.Rd @@ -7,8 +7,8 @@ extract_fin_year(date) } \arguments{ -\item{date}{A date which must be supplied with \code{Date} or \code{POSIXct} -class. \code{\link[base:as.Date]{base::as.Date()}}, +\item{date}{A date which must be supplied with \code{Date}, \code{POSIXct}, \code{POSIXlt} or +\code{POSIXt} class. \code{\link[base:as.Date]{base::as.Date()}}, \code{\link[lubridate:ymd]{lubridate::dmy()}} and \code{\link[base:as.POSIXlt]{as.POSIXct()}} are examples of functions which can be used to store dates as an appropriate class.}