Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

how to display current date time in flutter

DateTime now = new DateTime.now();
DateTime date = new DateTime(now.year, now.month, now.day);
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #display #current #date #time #flutter
ADD COMMENT
Topic
Name
7+4 =