Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "getISOString"

Index

Functions

Functions

getISOString

  • getISOString(date?: Date): string
  • will remove T and Z

    eg. timezone: +08:00 getISOString(newDate('2019-04-25T13:00:00Z')) === '2019-04-25 21:00:00'

    Parameters

    • Optional date: Date

    Returns string

Generated using TypeDoc