object Date extends Serializable
- Source
- date.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Date
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply(str: String): Date
smart construction from multiple formats of date strings
- def apply(tz: String, y: Int): Date
- def apply(tz: String, y: Int, M: Int): Date
- def apply(tz: String, y: Int, M: Int, d: Int): Date
- def apply(tz: String, y: Int, M: Int, d: Int, H: Int): Date
- def apply(tz: String, y: Int, M: Int, d: Int, H: Int, m: Int): Date
- def apply(tz: String, y: Int, M: Int, d: Int, H: Int, m: Int, s: Int): Date
- def apply(tz: String, y: Int, M: Int, d: Int, H: Int, m: Int, s: Int, ms: Int): Date
- def apply(y: Int): Date
- def apply(y: Int, M: Int): Date
- def apply(y: Int, M: Int, d: Int): Date
- def apply(y: Int, M: Int, d: Int, H: Int): Date
- def apply(y: Int, M: Int, d: Int, H: Int, m: Int): Date
- def apply(y: Int, M: Int, d: Int, H: Int, m: Int, s: Int): Date
- def apply(y: Int, M: Int, d: Int, H: Int, m: Int, s: Int, ms: Int): Date
- def apply(d: Double): Date
- def apply(d: Long): Date
- def apply(): Date
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val epoch: Date
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def format(dt: Time): Format[Date]
- def fromMs(d: Long): Date
- def fromSec(d: Long): Date
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isLeapYear(y: Int): Boolean
- def krypton(str: String): Date
- def ms: Long
- val msPerDay: Long
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def now: Date
- def parseIso(str: String): drx.Try[Date]
- def ramp(t: Time): Double
triangle wave from 0 to 1
- def s: Double
- val sPerDay: Long
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- case object April extends Month with Product with Serializable
- case object August extends Month with Product with Serializable
- object Calendar
- object DayOfWeek
- case object December extends Month with Product with Serializable
- case object February extends Month with Product with Serializable
- object Form
- implicit object FormatDate extends Format[Date]
- case object Friday extends DayOfWeek with Product with Serializable
- case object January extends Month with Product with Serializable
- case object July extends Month with Product with Serializable
- case object June extends Month with Product with Serializable
- case object March extends Month with Product with Serializable
- case object May extends Month with Product with Serializable
- case object Monday extends DayOfWeek with Product with Serializable
- object Month
- case object November extends Month with Product with Serializable
- case object October extends Month with Product with Serializable
- implicit object OrderingDate extends Ordering[Date]
- implicit object ParsableDate extends Parsable[Date]
- case object Saturday extends DayOfWeek with Product with Serializable
- case object September extends Month with Product with Serializable
- case object Sunday extends DayOfWeek with Product with Serializable
- case object Thursday extends DayOfWeek with Product with Serializable
- case object Tuesday extends DayOfWeek with Product with Serializable
- case object Wednesday extends DayOfWeek with Product with Serializable