date

Source:

Methods

(static) prettyDate(str) → {String}

Description:
  • Converts date to abbreviated month date ie "Mar 7, 2018"

Source:
Parameters:
Name Type Description
str String | Date

Date or date string (passed through date constructor)

Returns:

Pretty date string

Type
String