kbdate {broman} | R Documentation |
My little date facility
Description
Sys.Date as a string, in a few different formats
Usage
kbdate(format = c("dateonly", "standard"), date = Sys.time())
Arguments
format |
The format for the output |
date |
The date/time to convert |
Value
A character string representation of the date/time
See Also
base::Sys.time()
, base::date()
Examples
kbdate()
kbdate("standard")
[Package broman version 0.84 Index]