Learn R Programming

sfsmisc (version 0.9-4)

u.date: Return Date[-Time] String in `European' Format

Description

Return one string of the form "day/month/year", plus "hour:minutes", optionally.

Usage

u.date(short=FALSE)

Arguments

short
logical; if TRUE, no time is given.

Value

  • String with current date (and time).~Describe the value returned

See Also

u.Datumvonheute.

Examples

Run this code
u.date()
u.date(short = TRUE)

Run the code above in your browser using DataLab