Answers for "how to get the current time with flutter in 12 type'"

3

how to display current date time in flutter

DateTime dateToday = DateTime(DateTime.now().year, DateTime.now().month, DateTime.now().day) ;
Posted by: Guest on January-03-2021
0

get HH:MM time in flutter

formatDate(DateTime.now(), [dd, '/', mm, '/', yyyy, ' ', HH, ':', nn])
Posted by: Guest on December-23-2021

Code answers related to "how to get the current time with flutter in 12 type'"

Code answers related to "Dart"

Browse Popular Code Answers by Language