@oneblink/apps-react
    Preparing search index...

    Function formatDateLong

    • Format a Date as a string that just contains the date portion in a long format e.g. Thursday, 2 January 2020

      const date = new Date()
      const text = localisationService.formatDateLong(date)
      // Display text

      Parameters

      • value: Date

      Returns string