DEV Community

Discussion on: Top 7 Date methods you should know (Dart)

Collapse
 
vinceramces profile image
Vince Ramces Oliveros

For those who don't want to hard-code the Date as "$September 15, 2018" or "12:00AM". you can use intl from pub.dartlang.org

At first I did the hard-code of displaying the date & time in a proper format. then I realized that there's also a package that made it easy to code it.