i have a datetime parameter in a string from an JSON object
like this-
datetime:"2015-04-15 09.00.00"
my goal is to convert it to:
"15 April 09:00"
(2015 can be included as well but not necessary) After i will append in in 2 different places, date and time.
Any suggestions? Can't seem to find any good info apart from getting a plugin.