DateTimeFormatsVN class abstract
Constants for formatting dates and times in Vietnamese locale.
These formats are intended to be used in a DateFormat
constructor, along
with the locale 'vi_VN'.
Examples
- 'dd/MM/yyyy HH:mm:ss' (01/01/2024 14:30:45)
- 'dd/MM/yyyy HH:mm' (01/01/2024 14:30)
- 'dd/MM/yyyy' (01/01/2024)
- 'HH:mm:ss' (14:30:45)
- 'dd/MM' (01/01)
- 'yyyy' (2024)
- 'EEEE, dd/MM/yyyy' (Thứ Hai, 01/01/2024)
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- dateOnly → const String
- dateTime → const String
- dateTimeWithoutSeconds → const String
- dateWithDayAndMonthOnly → const String
- dateWithDayName → const String
- dateWithMonthName → const String
- shortDateWithMonthName → const String
- timeOnly → const String
- yearOnly → const String