WebCola
Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Functions

isoFormat

  • isoFormat(date: Date): string
  • Parameters

    • date: Date

    Returns string

isoParse

  • isoParse(dateString: string): Date
  • Parameters

    • dateString: string

    Returns Date

timeFormat

  • timeFormat(specifier: string): function
  • Parameters

    • specifier: string

    Returns function

      • (date: Date): string
      • Parameters

        • date: Date

        Returns string

timeFormatDefaultLocale

  • Create a new time-locale-based object which exposes time-formatting methods for the specified locale definition. The new time locale definition will be set as the new default time locale.

    Parameters

    Returns TimeLocaleObject

timeFormatLocale

  • Create a new time-locale-based object which exposes time-formatting methods for the specified locale definition.

    Parameters

    Returns TimeLocaleObject

timeParse

  • timeParse(specifier: string): function
  • Parameters

    • specifier: string

    Returns function

      • (dateString: string): Date
      • Parameters

        • dateString: string

        Returns Date

utcFormat

  • utcFormat(specifier: string): function
  • Parameters

    • specifier: string

    Returns function

      • (date: Date): string
      • Parameters

        • date: Date

        Returns string

utcParse

  • utcParse(specifier: string): function
  • Parameters

    • specifier: string

    Returns function

      • (dateString: string): Date
      • Parameters

        • dateString: string

        Returns Date

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc