strToDate(format,utc)

  • Type: Method
  • File: core/date.js
  • Implemented in: Date
  • Included in:

convert string to date object

Parameters

  • format - date format
    • string
  • utc - string in UTC time to date in local time (optional)
    • boolean

Returns