Function formatDate

Callable

  • Similar to Angular's formatDate. However it will not throw on undefined | null | '' instead coalescing to an empty string.

    Parameters

    • value: string | number | Date
    • format: string
    • locale: string
    • timezone: string

    Returns string