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 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
Separator used in string representation.
Separator used in string representation.
Attributes
Inherited fields
Attributes
- Inherited from:
- StringDateFormat
Attributes
- Inherited from:
- StringDateFormat
Attributes
- Inherited from:
- StringDateFormat
In this article