longUSDateTime property

String get longUSDateTime

Long date and time: This format displays the date and time using the long format specified in the regional settings. For example, in the United States, this format is typically “dddd, MMMM dd, yyyy h:mm:ss tt”.

Implementation

String get longUSDateTime =>
    DateHelper().long_US_DateTime(millisecondsSinceEpoch);