@wdprlib/render
    Preparing search index...
    • Format a Date using a subset of strftime specifiers.

      Supported specifiers: %Y (4-digit year), %m (zero-padded month), %d (zero-padded day), %H (zero-padded hours), %M (zero-padded minutes), %S (zero-padded seconds).

      Parameters

      • date: Date

        The date to format.

      • format: string

        A strftime-compatible format string.

      Returns string

      The formatted date string.