EN28601

org.abh80.nf.util.DateUtil.EN28601
final case class EN28601(dd: Int, mm: Int, yyyy: Int) extends StringDateFormat

EN 28601 format (DD/MM/YYYY). If you want European standard, use this.

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

override val sep: DateSeparator

Separator used in string representation.

Separator used in string representation.

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