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

    Function formatDatetimeLong

    • Format a Date as a string that contains the date and time portions in a long format e.g. Thursday, 2 January 2020 5:31 pm

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

      Parameters

      • value: Date

      Returns string