Jump to content

XML Date Conversion


SF23103

Recommended Posts

Hello,

 

I am getting some data from an XML source and it includes a date and time in the format:

 

<DATE>2017-09-01T00:00:00-07:00</DATE>

<TIME>00:19:43</TIME>
 
My question is how to format that date style.  Do I need to split it up somehow first in order to format it?  The code I figured would work (but doesn't) was:
 
date_format($inc->DATE, 'Y-m-d H:i:s');

Thanks for your help!

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.