RFC822

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

RFC822 format (e.g., "Mon, 01 Jan 2024"). Use this for email headers and similar.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def toString: String

Returns the formatted date string.

Returns the formatted date string.

Attributes

Definition Classes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

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