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 Serializabletrait Producttrait Equalstrait StringDateFormatclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Returns the formatted date string.
Inherited methods
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Concrete fields
Tuple of formatted date parts, order depends on format.
Tuple of formatted date parts, order depends on format.
Attributes
Inherited fields
Attributes
- Inherited from:
- StringDateFormat
Attributes
- Inherited from:
- StringDateFormat
Attributes
- Inherited from:
- StringDateFormat
Separator used in string representation.
In this article