Skip to content

Instantly share code, notes, and snippets.

@ThaddeusJiang
Created March 21, 2019 05:22
Show Gist options
  • Save ThaddeusJiang/d9d0cfe448707a07641bd9ea258df9a3 to your computer and use it in GitHub Desktop.
Save ThaddeusJiang/d9d0cfe448707a07641bd9ea258df9a3 to your computer and use it in GitHub Desktop.
don't need i18n for date

I'd say we don't need to develop i18n for date.

Why?

Because the HTML date-input doesn't do i18n, everybody don't think any problem.

And if we develop i18n for date on some page with date-input, it is confused by two format for date.


个人觉得日期日期国际化没有任何意义,特别是在编辑页面。

html input 默认的日期 input 就没有做国际化,大家也正常使用,所以没有必要做日期的国际化。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment