# Flutter 好用package - intl 介紹 ## intl 提供國際化和本地化的工具,例如:用它來格式化日期。 ``` flutter pub add intl ``` ### 使用範例 ```dart Text(DateFormat('yyyy-MM-dd').format(_dueDate)), final dateFormatter = DateFormat('MMMM dd h:mm a'); ``` ###### tags: `flutter`
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up