I'm using javascript and hav a date string in GMT fromat, for example:
"Mon, 02 Nov 2020 15:12:31 GMT"
is there is a method to convert the string to a local date format and a human readable format ?
I'm using javascript and hav a date string in GMT fromat, for example:
"Mon, 02 Nov 2020 15:12:31 GMT"
is there is a method to convert the string to a local date format and a human readable format ?