FixDateUtilities class

Constructors

FixDateUtilities()

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

dateStringOrganization(String dateFromLine) String
Fixing a string date of whatsapp to a parsable dart date
fixMonthOrDayTo01(String fix) String
Som months write as one single number when they should be write as two, for example: 9 should be 09, 1 should be 01...
hourStringOrganization(String hourFromLine) String
Fixing a string hour of whatsapp to a parsable dart date