ASIAN
org.abh80.nf.util.DateUtil.ASIAN
final case class ASIAN(dd: Int, mm: Int, yyyy: Int) extends StringDateFormat
Asian format (YYYY.MM.DD). If you want Asian style, use this.
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait StringDateFormatclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Inherited methods
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Returns the formatted date string.
Returns the formatted date string.
Attributes
- Definition Classes
-
StringDateFormat -> Any
- Inherited from:
- StringDateFormat
Concrete fields
Tuple of formatted date parts, order depends on format.
Tuple of formatted date parts, order depends on format.
Attributes
Separator used in string representation.
Separator used in string representation.
Attributes
Inherited fields
Attributes
- Inherited from:
- StringDateFormat
Attributes
- Inherited from:
- StringDateFormat
Attributes
- Inherited from:
- StringDateFormat
In this article