I'm generating an atom feed with php and am failing somewhat due to not being competant (What can you expect? It's not like I'm competant enough to spell.) enough to generate a http://www.faqs.org/rfcs/rfc3339.html (God, I hate standards that get unnesserally complicated.) date using the format things in the date() (http://uk.php.net/date) function. Is it possible to do this in php4? Would I have to do some massive workaround to get it working or am I just being really thick?
PHP date() format for atom in php 4
| Quote: |
| Is it possible to do this in php4? |
yes, its generally possible.
but youll have to show me an example for the standard compliant timeformat,
because i dont want to read the whole rfc
