ANSI_INCITS_30_1997

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

ANSI INCITS 30-1997 format (MM/DD/YYYY). If you want American 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