Date Format in Day, Month Day, Year
Read this: http://msdn.microsoft.com/en-us/library/8kb3ddd4.aspx
Try to use:
thisDate1.ToString("MMMM dd, yyyy");
var s = yourDateTime.ToString("MMMM dd, yyyy");
Check out this Custom DateTime format string