Skip to contents

Small functions that displays texts.

Usage

eth_show(x = c("%B", "%b", "%A", "%a"), lang = c("lat", "amh", "en"))

eth_today(...)

eth_now(...)

Arguments

x

what you want to see.

lang

language of the text.

...

arguments that passes to format()

Value

a character vector.

Author

Gutama Girja Urago

Examples

eth_show()
#>          1          2          3          4          5          6          7 
#> "Meskerem"   "Tikimt"    "Hidar"   "Tahsas"      "Tir"  "Yekatit"  "Megabit" 
#>          8          9         10         11         12         13 
#>  "Miyazya"   "Ginbot"     "Sene"    "Hamle"   "Nehase"   "Pagume" 
eth_show("%A", "amh")
#>      1      2      3      4      5      6      7 
#>   "ሰኞ" "ማክሰኞ"  "ረቡዕ"  "ሐሙስ"  "ዓርብ"  "ቅዳሜ"  "እሁድ" 
eth_today()
#> [1] "2017-08-28"
eth_now()
#> [1] "2017-08-28 01:56:13 PM"