Format Dates with Full Month

Given the following JSON:

{
"Available online": "29 January 2020",

Received": "8 November 2019",
"Revised": [
"16 January 2020"
],
"Accepted": "23 January 2020",
"Publication date": "1 May 2020"
}

The Date can be captured with dd MMMM yyyy:

Advertisement