httpFormat property

String httpFormat

Format a date to "DAY, DD MON YYYY hh:mm:ss GMT" according to RFC-1123, e.g. Thu, 1 Jan 1970 00:00:00 GMT.

Implementation

String get httpFormat => HttpDate.format(this);