getTime: Get the current date and time in an easy-to-use format

View source: R/getTime.R

getTimeR Documentation

Get the current date and time in an easy-to-use format

Description

Returns a string with the date and time.

Usage

getTime(style = 1)

Arguments

style

style 1 uses letters to convey the month, style 2 uses numbers to convey the month.

Examples


getTime()
getTime(style = 2)


akcochrane/ACmisc documentation built on Nov. 24, 2024, 11:22 a.m.