
See Month or Day Names
eth_show.Rd
Small functions that displays texts.
Arguments
- x
what you want to see.
- lang
language of the text.
- ...
arguments that passes to
format()
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"