trait Format extends Object

String formats for stringifying dates.

Annotations
@JSType()
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Format
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val agendaDateFormat: UndefOr[String]
    Annotations
    @JSOptional()
  2. val agendaHeaderFormat: UndefOr[String]
    Annotations
    @JSOptional()
  3. val agendaTimeFormat: UndefOr[String]
    Annotations
    @JSOptional()
  4. val agendaTimeRangeFormat: UndefOr[String]
    Annotations
    @JSOptional()
  5. val dateFormat: UndefOr[String]
    Annotations
    @JSOptional()
  6. val dayFormat: UndefOr[String]
    Annotations
    @JSOptional()
  7. val dayHeaderFormat: UndefOr[String]
    Annotations
    @JSOptional()
  8. val dayRangeHeaderFormat: UndefOr[String]
    Annotations
    @JSOptional()
  9. val eventTimeRangeEndFormat: UndefOr[String]
    Annotations
    @JSOptional()
  10. val eventTimeRangeFormat: UndefOr[String]
    Annotations
    @JSOptional()
  11. val eventTimeRangeStartFormat: UndefOr[String]
    Annotations
    @JSOptional()
  12. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  13. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  14. val monthHeaderFormat: UndefOr[String]
    Annotations
    @JSOptional()
  15. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  16. val selectRangeFormat: UndefOr[String]
    Annotations
    @JSOptional()
  17. val timeGutterFormat: UndefOr[String]
    Annotations
    @JSOptional()
  18. def toLocaleString(): String
    Definition Classes
    Object
  19. def valueOf(): Any
    Definition Classes
    Object
  20. val weekdayFormat: UndefOr[String]
    Annotations
    @JSOptional()