DateTimeExtension extension
- on
Methods
-
getDayMonthYear(
{String splitter = ','}) → String -
Available on DateTime, provided by the DateTimeExtension extension
02, 01 , 2022 (dd, mm, yyyy) -
getMonthDayYear(
) → String -
Available on DateTime, provided by the DateTimeExtension extension
November 3, 2022 -
getTime(
{bool is24Hours = false}) → String -
Available on DateTime, provided by the DateTimeExtension extension
19:02 or 7:02 pm depending onis24Hours -
getWeekDayDate(
{bool shortWeekDay = false, bool includeSuffix = false}) → String -
Available on DateTime, provided by the DateTimeExtension extension
Fri 18th or Friday 18th -
getYearMonthDay(
{String splitter = ','}) → String -
Available on DateTime, provided by the DateTimeExtension extension
2022, 02, 01 (YYYY,MM,DD)