DEV Community

Luciano Jung
Luciano Jung

Posted on • Originally published at Medium on

How to format Date & Time in Flutter

Photo by Brett Jordan on Unsplash
Photo by Brett Jordan on Unsplash

This week's widget is mandatory if you want to display a certain date or time inside your app. The Date Format package helps you to display time, date, time zone, weekday and some more, regardless of their order. Therefore you have to specify a dateformat string in the code, which determines the format of the desired text of a datetime object. How? Let me show you!

Continue reading on CodeChai ยป

Oldest comments (0)