Finixed
This commit is contained in:
parent
08f35a7126
commit
6f2d346454
|
@ -138,7 +138,7 @@ class ScheduleCompleteVisitPageModel
|
||||||
}
|
}
|
||||||
if (val != '0') {
|
if (val != '0') {
|
||||||
try {
|
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 =
|
DateTime startDate =
|
||||||
DateFormat('dd/MM/yyyy HH:mm:ss').parse(textController1!.text);
|
DateFormat('dd/MM/yyyy HH:mm:ss').parse(textController1!.text);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue