We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6282f8 commit 26c89cfCopy full SHA for 26c89cf
src/app/pipes/datetime-format.pipe.ts
@@ -26,7 +26,7 @@ export class DatetimeFormatPipe implements PipeTransform {
26
} else {
27
dateVal = moment(value as any);
28
}
29
- const fmt = datetimeFormat ?? 'yyyy-MM-ddTHH:mm:ssZ';
+ const fmt = datetimeFormat ?? 'YYYY-MM-DDTHH:mm:ssZ';
30
return dateVal.format(fmt);
31
32
0 commit comments