ExtensionDateTime extension

on

Methods

toFormatStr(String? format) String
Convert EDateTime to format String. Use format from package intl

Operators

operator -(DateTime other) DateTime
Allows you to subtract EDateTime between each other
operator <(DateTime other) bool
Allows you to compare EDateTime with each other
operator <=(DateTime other) bool
Allows you to compare EDateTime with each other
operator >(DateTime other) bool
Allows you to compare EDateTime with each other
operator >=(DateTime other) bool
Allows you to compare EDateTime with each other