We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
此举主要是为了避免SimpleDateFormat的使用。 使用旧的Date对象时,我们用SimpleDateFormat进行格式化显示。使用新的LocalDateTime时,我们要进行格式化显示,就要使用DateTimeFormatter。
SimpleDateFormat
Date
LocalDateTime
DateTimeFormatter
The text was updated successfully, but these errors were encountered:
No branches or pull requests
此举主要是为了避免
SimpleDateFormat
的使用。使用旧的
Date
对象时,我们用SimpleDateFormat
进行格式化显示。使用新的LocalDateTime
时,我们要进行格式化显示,就要使用DateTimeFormatter
。The text was updated successfully, but these errors were encountered: