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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
override def toString: String

Returns the formatted date string.

Returns the formatted date string.

Attributes

Definition Classes
Inherited from:
StringDateFormat

Concrete fields

override val formatted3partitionTuple: (String, String, String)

Tuple of formatted date parts, order depends on format.

Tuple of formatted date parts, order depends on format.

Attributes

Inherited fields

protected val f_day: String

Attributes

Inherited from:
StringDateFormat
protected val f_month: String

Attributes

Inherited from:
StringDateFormat
protected val f_year: String

Attributes

Inherited from:
StringDateFormat

Separator used in string representation.

Separator used in string representation.

Attributes

Inherited from:
StringDateFormat