DateTimeStringFormats extension
- on
Methods
-
fromBirthdayBackendString(
String? date) → DateTime? - Convert a birthday string from Firebase Auth CustomClaims to a DateTime.
-
toBirthdayBackendFormatString(
) → String -
Formats this DateTime instance to a string of format
dd-MM-yyyy. -
toFrontendDateFormatString(
) → String -
Formats this DateTime instance to a string of format
d MMMM yyyy. -
toFrontendDateTimeFormatString(
) → String -
Formats this DateTime instance to a string of format
d MMMM yyyy HH:mm