Description Usage Arguments Value Author(s) See Also Examples
The time and date parsing and conversion relies on trying a (given and fixed) number of timeformats. The format used is the one employed by the underlying implementation of the Boost date_time library.
1 2 3 4 5 |
fmt |
A vector of character values in the form understood by Boost date_time |
Nothing in the case of addFormats
; a character vector of
formats in the case of getFormats
Dirk Eddelbuettel
anytime-package
and references therein
1 2 3 4 | getFormats()
addFormats(c("%d %b %y", # two-digit date [not recommended], textual month
"%a %b %d %Y")) # weekday weeknumber four-digit year
removeFormats("%d %b %y") # remove first
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.