StringFormatDate extension
- on
Methods
-
converStringToDate(
{String dateFormat = 'yyyy-MM-dd'}) → DateTime? -
Available on String, provided by the StringFormatDate extension
-
converStringToDateToString(
{String dateFormat = 'yyyy-MM-dd'}) → String -
Available on String, provided by the StringFormatDate extension
-
converStringyyyyMMddToDate(
) → DateTime? -
Available on String, provided by the StringFormatDate extension
-
converStringyyyyMMddToddMMyyyy(
) → String? -
Available on String, provided by the StringFormatDate extension
-
converTryStringToDate(
) → DateTime? -
Available on String, provided by the StringFormatDate extension