ISO8601
org.abh80.nf.util.DateUtil.ISO8601
final case class ISO8601(dd: Int, mm: Int, yyyy: Int) extends StringDateFormat
ISO 8601 format (YYYY-MM-DD). Use this for international standard.
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
Inherited fields
Attributes
- Inherited from:
- StringDateFormat
Attributes
- Inherited from:
- StringDateFormat
Attributes
- Inherited from:
- StringDateFormat
Separator used in string representation.
In this article