DateFormatter extension

on

Methods

deadlineFormat({String sec = '秒', String minutes = '分', String hours = '時間', String day = '日', String baseFormat = 'yyyy/MM/dd', DateTime? from}) String

Available on DateTime, provided by the DateFormatter extension

format(String format) String

Available on DateTime, provided by the DateFormatter extension

snsFormat({String? secAgo = '秒前', String? minutesAgo = '分前', String? hoursAgo = '時間前', String? yesterday = '昨日', String baseFormat = 'yyyy/MM/dd'}) String

Available on DateTime, provided by the DateFormatter extension

Static Methods

fromYyyyMMdd({required int yyyyMMdd}) DateTime

Available on DateTime, provided by the DateFormatter extension