Learn R Programming

RSurvey (version 0.6-3)

EditDateFormat: A GUI for constructing date and time formats.

Description

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

Usage

EditDateFormat(spec = "", parent = NULL)

Arguments

spec
character; the conversion specification for date-time values.
parent
tkwin; the GUI parent window.

Value

  • Returns a character string representing the formatted time.

See Also

strptime, format

Examples

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

Run the code above in your browser using DataLab