mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
[APPS-2226] code updated for handling format
This commit is contained in:
@@ -87,7 +87,9 @@ export class DateFnsUtils {
|
|||||||
D: 'd',
|
D: 'd',
|
||||||
Y: 'y',
|
Y: 'y',
|
||||||
A: 'a',
|
A: 'a',
|
||||||
ll: 'PP'
|
ll: 'PP',
|
||||||
|
Z: 'xxx',
|
||||||
|
T: `'T'`
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user