Currently, I am utilizing Google's AJAX Feed API to pull data from an RSS feed. However, I am curious about how to modify the date format. The current format fed by "datePublished" appears as follows:
Sun, 29 Jan 2012 23:37:38 -0800
Is there a way to transform it into the following format instead?
Sun 29 Jan <br /> 23:37
Any assistance on this matter would be greatly appreciated. Thank you.