oko-management
    Preparing search index...

    Variable dateRendererConst

    dateRenderer: (value: string) => string = ...

    Creates a date renderer function that formats dates according to the specified pattern.

    Type declaration

      • (value: string): string
      • Parameters

        • value: string

        Returns string

        A function that takes a Date object and returns a string representing the formatted date.