HI,
I have requirement to convert the DateTime from Zulu to GMT.
For ex: I have CreateTime as 2021-06-14T05:00:00.000Z, I need it in GMT. When I used FormatDateTime it setting as null-no value.
Please suggest. Thanks in Advance
HI,
I have requirement to convert the DateTime from Zulu to GMT.
For ex: I have CreateTime as 2021-06-14T05:00:00.000Z, I need it in GMT. When I used FormatDateTime it setting as null-no value.
Please suggest. Thanks in Advance
@MuzzuShaik could you take a look at the following Related Content posts?
@MarijeSchillern Thank you the below link works for me.