remove prints
This commit is contained in:
parent
e707a078e4
commit
62f191d69a
1 changed files with 0 additions and 1 deletions
|
|
@ -28,7 +28,6 @@ class _MyDateFieldState extends State<MyDateField> {
|
||||||
firstDate: DateTime(2000),
|
firstDate: DateTime(2000),
|
||||||
lastDate: DateTime(2100),
|
lastDate: DateTime(2100),
|
||||||
);
|
);
|
||||||
|
|
||||||
if (picked != null) {
|
if (picked != null) {
|
||||||
setState(() {
|
setState(() {
|
||||||
widget.controller.text = picked.toString().split(" ")[0];
|
widget.controller.text = picked.toString().split(" ")[0];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue