date pipe 24 hour format code example
Example: angular date pipe 24 hour format
{{ todayDate | date: 'dd/MM/yyyy HH:mm'}} : equivalent to (23/12/2020, 15:03).
{{ todayDate | date: 'dd/MM/yyyy HH:mm'}} : equivalent to (23/12/2020, 15:03).