Re: RFC 2822 format date printing function in python

2005-05-06 Thread Fredrik Lundh
"praba kar" wrote: >In Php we can print RFC 2822 formatted date by > date('r') with parameter r. Then it will print the > below format date. > "Thu, 7 Apr 2005 01:46:36 -0300". > I want to print same RFC 2822 format in python. Is it > possible in python? . If possible kindly mention the > fu

Re: RFC 2822 format date printing function in python

2005-05-06 Thread George Yoshida
praba kar wrote: >In Php we can print RFC 2822 formatted date by > date('r') with parameter r. Then it will print the > below format date. > "Thu, 7 Apr 2005 01:46:36 -0300". > I want to print same RFC 2822 format in python. Is it > possible in python? . If possible kindly mention the

RFC 2822 format date printing function in python

2005-05-06 Thread praba kar
Dear All, In Php we can print RFC 2822 formatted date by date('r') with parameter r. Then it will print the below format date. "Thu, 7 Apr 2005 01:46:36 -0300". I want to print same RFC 2822 format in python. Is it possible in python? . If possible kindly mention the function related to print