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