org.abh80.nf.util
package org.abh80.nf.util
Members list
Type members
Classlikes
object DateUtil
Utility object for date formatting and manipulation.
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
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
DateUtil.type
This trait is implemented by the Class that needs to represent an object that could be shifted by a certain time. ==Math Note== Shifting is equivalent to:
This trait is implemented by the Class that needs to represent an object that could be shifted by a certain time. ==Math Note== Shifting is equivalent to:
new_time = old_time + Δt
Type parameters
- T
-
Type of the object
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class KinematicStateclass AbsoluteTime
In this article