trait Format extends Object
String formats for stringifying dates.
- Annotations
- @JSType()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Format
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- val agendaDateFormat: UndefOr[String]
- Annotations
- @JSOptional()
- val agendaHeaderFormat: UndefOr[String]
- Annotations
- @JSOptional()
- val agendaTimeFormat: UndefOr[String]
- Annotations
- @JSOptional()
- val agendaTimeRangeFormat: UndefOr[String]
- Annotations
- @JSOptional()
- val dateFormat: UndefOr[String]
- Annotations
- @JSOptional()
- val dayFormat: UndefOr[String]
- Annotations
- @JSOptional()
- val dayHeaderFormat: UndefOr[String]
- Annotations
- @JSOptional()
- val dayRangeHeaderFormat: UndefOr[String]
- Annotations
- @JSOptional()
- val eventTimeRangeEndFormat: UndefOr[String]
- Annotations
- @JSOptional()
- val eventTimeRangeFormat: UndefOr[String]
- Annotations
- @JSOptional()
- val eventTimeRangeStartFormat: UndefOr[String]
- Annotations
- @JSOptional()
- def hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- val monthHeaderFormat: UndefOr[String]
- Annotations
- @JSOptional()
- def propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
- val selectRangeFormat: UndefOr[String]
- Annotations
- @JSOptional()
- val timeGutterFormat: UndefOr[String]
- Annotations
- @JSOptional()
- def toLocaleString(): String
- Definition Classes
- Object
- def valueOf(): Any
- Definition Classes
- Object
- val weekdayFormat: UndefOr[String]
- Annotations
- @JSOptional()