# customDatePipe

**Kind:** Class

**Source:** `Frontend/src/app/pipes/customDatePipe.ts` (line 4)

**Part of:** [Frontend](subsystem-frontend-src-app)

**Implements:** `PipeTransform`

## Methods

| Method | Signature | Returns |
|---|---|---|
| `transform` | `transform(value: string)` | `void` |

## Where it refuses work

- `customDatePipe` stops the work with an early return when `value == null`.
