DateUtil
Utility object for date formatting and manipulation.
Provides various date formats. If you want American standard (MM/DD/YYYY), use ANSI_INCITS_30_1997. If you want ISO standard (YYYY-MM-DD), use ISO8601. If you want Asian style (YYYY.MM.DD), use ASIAN. If you want European style (DD/MM/YYYY), use EN28601. RFC822 is for email headers and similar.
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
DateUtil.type
Members list
Type members
Classlikes
ANSI INCITS 30-1997 format (MM/DD/YYYY). If you want American standard, use this.
ANSI INCITS 30-1997 format (MM/DD/YYYY). If you want American standard, use this.
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait StringDateFormatclass Objecttrait Matchableclass AnyShow all
Asian format (YYYY.MM.DD). If you want Asian style, use this.
Asian format (YYYY.MM.DD). If you want Asian style, use this.
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait StringDateFormatclass Objecttrait Matchableclass AnyShow all
Common date separators.
Common date separators.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
DateSeparator.type
EN 28601 format (DD/MM/YYYY). If you want European standard, use this.
EN 28601 format (DD/MM/YYYY). If you want European standard, use this.
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait StringDateFormatclass Objecttrait Matchableclass AnyShow all
ISO 8601 format (YYYY-MM-DD). Use this for international standard.
ISO 8601 format (YYYY-MM-DD). Use this for international standard.
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait StringDateFormatclass Objecttrait Matchableclass AnyShow all
RFC822 format (e.g., "Mon, 01 Jan 2024"). Use this for email headers and similar.
RFC822 format (e.g., "Mon, 01 Jan 2024"). Use this for email headers and similar.
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait StringDateFormatclass Objecttrait Matchableclass AnyShow all
Base trait for date formats represented as strings.
Base trait for date formats represented as strings.
Value parameters
- dd
-
Day
- mm
-
Month
- yyyy
-
Year
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
Utilities for working with weekdays.
Utilities for working with weekdays.
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Self type
-
WeekUtil.type
Enumeration for weekdays. Use WeekUtil for conversions and checks.
Enumeration for weekdays. Use WeekUtil for conversions and checks.
Attributes
- Supertypes
-
trait Enumtrait Serializabletrait Producttrait Equalstrait DateNameclass Objecttrait Matchableclass AnyShow all
Types
Type alias for a date separator string.
Type alias for a date separator string.