diff --git a/lib/modules/pm_module/ppm_wo/update_ppm/ppm_calibration_tools_form.dart b/lib/modules/pm_module/ppm_wo/update_ppm/ppm_calibration_tools_form.dart index fd3d3913..e6c31afa 100644 --- a/lib/modules/pm_module/ppm_wo/update_ppm/ppm_calibration_tools_form.dart +++ b/lib/modules/pm_module/ppm_wo/update_ppm/ppm_calibration_tools_form.dart @@ -106,7 +106,7 @@ class _PpmCalibrationToolsFormState extends State { ADatePicker( label: context.translation.calibrationDate, date: DateTime.tryParse(model.calibrationDateOfTesters ?? ""), - from: DateTime.now().subtract(const Duration(days: 90)), + from: DateTime.now().subtract(const Duration(days: 10*365)), backgroundColor: context.isDark ? AppColor.neutral50 : AppColor.neutral100, withBorder: false, hideShadow: true,