FabexFormatter class

Constructors

FabexFormatter()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dateTimeNowToTimeOfDay(String date) TimeOfDay
dateTimeToStringDate(DateTime date) String
dateTimeToTimeOfDay(DateTime date) TimeOfDay
firestoreTimeToDateTime(dynamic firebasDate) DateTime
firestoreTimeToMonthYear(dynamic firebasDate) List
getCurrentMonthName() String
getHourAndMinute(String dbDate) int
getMonthName(int monthNumber) String
getPreviousMonthNum(int currentMonth) int
getPrevMonth(int currentMonth) String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
prevYear(dynamic currentYear) String
stringDateTimeToStringDate(String date) String
timeOfDayToDateTimeString(TimeOfDay tod) String
timeOfDayToJM(TimeOfDay tod) String
You can call several useful methods through the FabexFormatter Class
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited