eth_show: See Month or Day Names
Description
Small functions that displays texts.
Usage
eth_show(x = c("%B", "%b", "%A", "%a"), lang = c("lat", "amh", "en"))eth_today(...)
eth_now(...)
Value
Except for eth_date(), which returns an ethdate object, other functions return a character vector.
Arguments
- x
what you want to see.
- lang
language of the text.
- ...
arguments that passes to format()
Details
eth_show() displays the underlying month and weekday names that is used by eth_parse_date().
Examples
Run this codeeth_show()
eth_show("%A", "amh")
eth_today()
eth_now()
Run the code above in your browser using DataLab