[APPS-2226] code updated for handling format

This commit is contained in:
Anukriti Singh
2023-10-10 21:16:05 +05:30
parent 0a6fc4275e
commit 1ede0d745b
@@ -87,7 +87,9 @@ export class DateFnsUtils {
D: 'd',
Y: 'y',
A: 'a',
ll: 'PP'
ll: 'PP',
Z: 'xxx',
T: `'T'`
};
/**