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 Object
trait Matchable
class Any
Self type
DateUtil.type