shortUSDateTime property
String
get
shortUSDateTime
Short date and time: This format displays the date and time using the short format specified in the regional settings. For example, in the United States, this format is typically “M/d/yyyy h:mm tt”.
Implementation
String get shortUSDateTime =>
DateHelper().short_US_DateTime(millisecondsSinceEpoch);