@@ -102,7 +102,8 @@ class FollowUpFrom extends GetView<FollowUpController> {
}
String getFollowUpTime(DateTime? time) {
- if (time != null) {
+ // print(time);
+ if (time != null && time.toString() != "0001-01-01 00:00:00.000Z") {
return DateFormat('yyyy-MM-dd').format(time);
return '';