DateParser extension
- on
Methods
-
fromDDMMYYYYString(
) → DateTime -
Available on String, provided by the DateParser extension
converts DD-MM-YYYY to DateTime -
fromYYYYMMDDString(
) → DateTime -
Available on String, provided by the DateParser extension
-
fromYYYYMMDDtoDDTHMMMYYYY(
{bool showYear = true}) → String -
Available on String, provided by the DateParser extension
from 2023-12-04 to 4th Dec, 2023 -
titleCase(
) → String -
Available on String, provided by the DateParser extension
-
tryFromYYYYMMDDString(
) → DateTime? -
Available on String, provided by the DateParser extension
converts DD-MM-YYYY to DateTime