Finixed
This commit is contained in:
parent
08f35a7126
commit
6f2d346454
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue