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
If the “local” is in China,
com.maxkeppeler.sheets.date_time.utils.getLocalizedPattern() result is
”pattern=y年M月d日“
then
com.maxkeppeler.sheets.date_time.utils.getLocalizedValues()
Unable to obtain correct results
The text was updated successfully, but these errors were encountered:
对不起... I've to use a locale specific approach for splitting. In this case, for Chinese, the pattern doesn't include a delimiter symbol but just characters which are the delimiters. 年 year, 月 month, 日 day, which should be removed and treated just like ":" etc. I will look into this if I have spare time!
If the “local” is in China,
com.maxkeppeler.sheets.date_time.utils.getLocalizedPattern() result is
”pattern=y年M月d日“
then
com.maxkeppeler.sheets.date_time.utils.getLocalizedValues()
Unable to obtain correct results
The text was updated successfully, but these errors were encountered: