Hi there,
I have an RSS feed generated by a php script and I need the published date to show but no the time. For some reason my tiny little brain cannot get the code to work without showing everything.
Please can someone help as I am slowly going insane.
The script is:
$dd = substr($d_var['weekday'],0,3) .','. $d_var[mday] .' '.substr($d_var[month],0,3).' '. $d_var[year] .' 09:00:00 GMT';
Thanks in advance.
Facte