@oneblink/apps-react
    Preparing search index...
    • Format a Date as a string that just contains the date portion e.g. 31/01/2020

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

      Parameters

      • value: Date

      Returns string