G
Guest
Dear :
i have the following datetime in string
string sDateTime = "26/1/2005 10:18:30 AM";
and I need to get the same datetime with the following format
Wed, 26 Jan 2005 10:18:30 +0200
How can I format string to get the needed format
i have the following datetime in string
string sDateTime = "26/1/2005 10:18:30 AM";
and I need to get the same datetime with the following format
Wed, 26 Jan 2005 10:18:30 +0200
How can I format string to get the needed format