Advertisement

06.20.2008 at 05:18PM PDT, ID: 23503940 | Points: 500
[x]
Attachment Details

Convert time from UTC to readable

Asked by psfollies in PHP Scripting Language

Tags:

So I have a SPRY dataset that passes along press release articles to a PHP page.  I have attached a code snippet to this question.  The {pubDate} from the original XML file is in the format:
Fri, 20 Jun 2008 18:00:03 -0700

I would like to have it convert to the format:

June 20, 2008

I believe this is possible using PHP and/or Smarty (using both).Start Free Trial
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
<div spry:region="pv1">
  <div spry:repeat="pv1">
    <p>
    <div style="padding-bottom: 1em; padding-top: 1em;">
      <div style="font-weight:bold; font-size: 2em;">{title}</div>
      <div style="font-style: italic;">{pubDate}</div>
      </p>
    </div>
    <p>{description}</p>
  </div>
</div>
[+][-]06.20.2008 at 09:39PM PDT, ID: 21836358

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]06.21.2008 at 12:41AM PDT, ID: 21836760

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]06.23.2008 at 02:21PM PDT, ID: 21850478

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]06.23.2008 at 02:26PM PDT, ID: 21850520

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]11.13.2008 at 11:23PM PST, ID: 22957763

Experts Exchange has a courteous staff of administrators who help members get the most out of the website by means of administrative comments like this one.

Start your 7-day free trial to view this Administrative Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628