I have date format in string with text 'T'
it looks like this:-
2022-10-13T08:29:49-06:00
And i have to convert it like this :-
Thursday, October 13, 2022 8:29 am
i tried a lot in stackoverflow but didn't find solution for this format of string.
I have date format in string with text 'T'
it looks like this:-
2022-10-13T08:29:49-06:00
And i have to convert it like this :-
Thursday, October 13, 2022 8:29 am
i tried a lot in stackoverflow but didn't find solution for this format of string.