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