E Eluxury New Member Jun 11, 2012 #1 I have a date variable that contains data in the forma: DD-MM-YY. -> $date I also have another variable that contains the time in HH:MM. -> $timeI'd like to convert it to RFC-822 for to be used in a RSS feed. How can I achieve this with PHP?
I have a date variable that contains data in the forma: DD-MM-YY. -> $date I also have another variable that contains the time in HH:MM. -> $timeI'd like to convert it to RFC-822 for to be used in a RSS feed. How can I achieve this with PHP?