DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR DART
how to show date only in flutter
import
'package:intl/intl.dart'
;
String
now
=
DateFormat
(
"yyyy-MM-dd"
)
.
format
(
DateTime
.
now
(
)
)
;
Source by flutterforyou.com #
PREVIOUS
NEXT
Tagged:
#show
#date
#flutter
ADD COMMENT
Topic
COMMENT
Name
4+7 =
Submit