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

    Function formatDatetime

    • Format a Date as a string that contains the date and time portions e.g. 31/01/2020 5:31 pm

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

      Parameters

      • value: Date

      Returns string