View source: R/regex_year_date.R
regex_year_date | R Documentation |
This function generates a regular expression for year date based on the input format.
regex_year_date(format = "yyyy")
format |
The format of the year date. Possible values are:
|
A regular expression.
regex_year_date("yyyy")
regex_year_date("yyyy-MM-dd")
regex_year_date("yyyy/MM/dd")
regex_year_date("yyyy.MM.dd")
regex_year_date("yyyy-M-d")
regex_year_date("yyyy/M/d")
regex_year_date("yyyy.M.d")
regex_year_date("yyyy-MM-dd HH:mm:ss")
regex_year_date("yyyy/MM/dd HH:mm:ss")
regex_year_date("yyyy-MM-dd HH:mm")
regex_year_date("yyyy/MM/dd HH:mm")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.