This commit is contained in:
Lucas 2024-08-19 17:36:24 -03:00
parent 08f35a7126
commit 6f2d346454
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ class ScheduleCompleteVisitPageModel
}
if (val != '0') {
try {
DateTime endDate = DateFormat('dd/M/yyyy HH:mm:ss').parse(val);
DateTime endDate = DateFormat('dd/MM/yyyy HH:mm:ss').parse(val);
DateTime startDate =
DateFormat('dd/MM/yyyy HH:mm:ss').parse(textController1!.text);