mdy
Return Various Periods from a Time Vector

Description

Returns data frames containing various periods from a time vector as integers.

Usage

mdy(x) 
hms(x) 
wdydy(x)

Arguments

x the time object to extract calendar periods from.

Details

Value
returns a data frame containing the periods as integers.
See Also
hours, days.
Examples
x <- timeDate(c("1/1/1998 3:05:23.4", "5/10/2005 2:15:11.234 PM")) 
mdy(x) 
hms(x) 
wdydy(x) 
Package splusTimeDate version 6.0.0-69
Package Index