StringDateFormat

org.abh80.nf.util.DateUtil.StringDateFormat
sealed trait StringDateFormat(dd: Int, mm: Int, yyyy: Int)

Base trait for date formats represented as strings.

Value parameters

dd

Day

mm

Month

yyyy

Year

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class ASIAN
class EN28601
class ISO8601
class RFC822

Members list

Value members

Concrete methods

override def toString: String

Returns the formatted date string.

Returns the formatted date string.

Attributes

Definition Classes
Any

Abstract fields

val formatted3partitionTuple: (String, String, String)

Tuple of formatted date parts, order depends on format.

Tuple of formatted date parts, order depends on format.

Attributes

Concrete fields

protected val f_day: String
protected val f_month: String
protected val f_year: String

Separator used in string representation.

Separator used in string representation.

Attributes