Learn R Programming

RSurvey (version 0.6-0)

EditTimeFormat: A GUI for constructing date and time formats.

Description

A GUI for converting between character representations and objects of class POSIXt representing calendar dates and times.

Usage

EditTimeFormat(spec = "", parent = NULL)

Arguments

spec
character; the conversion specification for date-time values.
parent
tkwin; the parent window (optional).

Value

  • Returns a character string representing the formatted time.

See Also

strptime, format

Examples

Run this code
EditTimeFormat(spec = "%d/%m/%Y")

Run the code above in your browser using DataLab