You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
label_date_short() doesn't have locale parameter because it uses format() unlike label_date_short(), which uses stringi::stri_datetime_format(). But, looking at #330, it's unclear to my why it wasn't implemented on label_date_short().
The text was updated successfully, but these errors were encountered:
label_date_short()
doesn't havelocale
parameter because it usesformat()
unlikelabel_date_short()
, which usesstringi::stri_datetime_format()
. But, looking at #330, it's unclear to my why it wasn't implemented onlabel_date_short()
.The text was updated successfully, but these errors were encountered: