Is there an easy way to get the correct format for an iCal DTSTART using php date?
I need the format to look like: 20111008T110000 or 20111008 (that one is easy) if I do
date('Ymd\THis', time())
You can replace time() with your own timestamp.
time()