@oneblink/apps-react
    Preparing search index...
    • Format a Date as a string that just contains the time portion e.g. 5:31 pm

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

      Parameters

      • value: Date

      Returns string