Convert a date DD-MM-YY and HH:MM vars to RFC-822 using PHP

Eluxury

New Member
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?
 
Back
Top