tsibble icon indicating copy to clipboard operation
tsibble copied to clipboard

yearquarter format

Open arnaud-feldmann opened this issue 2 years ago • 0 comments

Yearquarter strings usually depend of locale. That is, in my language (French), the dates would often be in in the "2020T4" format (T for trimestre)

Could it be possible to get a format arg ?

yearquarter("2020T4")
#<yearquarter[1]>
#[1] "2020 Q2"
yearquarter("2020Q4")
#<yearquarter[1]>
#[1] "2020 Q4"

arnaud-feldmann avatar Apr 21 '22 14:04 arnaud-feldmann