DateExtensions extension
Extension functions to help operations on DateTime.
- on
Methods
-
toFormattedDate(
{String format = 'dd-MM-yyyy hh:mm a', String? locale}) → String -
Available on DateTime, provided by the DateExtensions extension
Converts the date to a formatted string. -
toFormattedTime(
{String format = 'hh:mm a', String? locale}) → String -
Available on DateTime, provided by the DateExtensions extension
Converts the date to a formatted time string.