create.fulldate: Converts a vector of date character strings in any format to...

Description Usage Examples

Description

Converts a vector of date character strings in any format to a dataframe with year, month, day, yday (day of the year) and julian.

Submitted datestr cannot be an array.

Usage

1
create.fulldate(datestr, format = "%Y-%m-%d")

Examples

1
2
3
4
## Not run: 

create.fulldate(c('23Oct2010','29Mar1956'),'%d%b%Y')
## End(Not run)

forestgeo/ctfs documentation built on May 3, 2019, 6:44 p.m.