Properties
-
hashCode
→ int
-
The hash code for this object. [...]
read-only, inherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
read-only, inherited
Static Methods
-
datePicker({required BuildContext context, required dynamic dateTime(String date), String? date, String? minDate, String? maxDate, String format = DateTimes.fyyyyMMdd})
→ dynamic
-
-
dateTimeToString({required DateTime date, String format = DateTimes.fyyyyMMdd})
→ String
-
-
getCurrentDateTime({String format = DateTimes.fyyyyMMdd})
→ String
-
-
reverseDate({required String date, String dateFormat = DateTimes.fyyyyMMdd})
→ String
-
-
setValidDate({required String fromDate, required String toDate})
→ String
-
-
stringToDateTime({required String date, String format = DateTimes.fyyyyMMdd})
→ DateTime
-
-
validDateRange({required String fromDate, required String toDate})
→ bool
-