Skip to content

Commit 4b6f109

Browse files
authored
Update DateTime.dart
1 parent f2d6f85 commit 4b6f109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DateTime.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ DateTimeFormField(
1111
),
1212
// autovalidateMode: AutovalidateMode.always,
1313
// validator: (e) =>
14-
// (e?.day ?? 0) == 1 ? 'Please not the first day' : null,
14+
// (e?.day ?? 0) == 1 ? 'Please not the first day ' : null,
1515
onDateSelected: (DateTime value) {
1616
print(value);
1717
},

0 commit comments

Comments
 (0)