Learn R Programming

RSurvey (version 0.8-3)

FormatDateTime: Build Date-Time String Formats

Description

A GUI for converting between character representations and objects of class “POSIXt” or “Date”.

Usage

FormatDateTime(sample = as.POSIXct("1991-08-25 20:57:08"), fmt = "", parent = NULL)

Arguments

sample
POSIXt or Date; a time object.
fmt
character; the format conversion specification string for time values.
parent
tkwin; the GUI parent window.

Value

See Also

strptime, format