DateTime formatInputToDateTime({ String? specificFormat }) { return DateFormat(specificFormat ?? 'dd/MM/yyyy').parse(this); }