day.string: Convert dates to string

Description Usage Arguments Value Author(s) See Also Examples

Description

This function converts POSIXt dates to a string reprentation of the date. The string format is convenient when calculating daily summaries etc.

Usage

1

Arguments

x

A POSIXt object

Value

Day in string format.

Author(s)

Matti Pastell <matti.pastell@helsinki.fi>

See Also

day, hour, week, month

Examples

1
2
3
date <- Sys.time()
day.str <- day.string(date)
print(day.str)

Animal documentation built on May 2, 2019, 5:48 p.m.