DateFormatter extension

on

Methods

formatTo_dd(CalendarType calendarType) String

Available on DateTime, provided by the DateFormatter extension

formatTo_dd_MMMM_yyyy(Map<int, String> jalaliMonths, Map<int, String> gregorianMonths) → ({String gregorian, String jalali})

Available on DateTime, provided by the DateFormatter extension

formatTo_wC_dd_MMMM_yyyy(Map<int, String> jalaliMonths, Map<int, String> gregorianMonths, Map<int, String> defaultWeekCodes) → ({String gregorian, String jalali})

Available on DateTime, provided by the DateFormatter extension

formatTo_wN_dd_MMMM_yyyy(Map<int, String> jalaliMonths, Map<int, String> gregorianMonths, Map<int, String> weekNames) → ({String gregorian, String jalali})

Available on DateTime, provided by the DateFormatter extension

formatTo_yyyy(CalendarType calendarType) String

Available on DateTime, provided by the DateFormatter extension

fromatTo_MMMM(CalendarType calendarType, Map<int, String> jalaliMonths, Map<int, String> gregorianMonths) String

Available on DateTime, provided by the DateFormatter extension