Use the Uri class to concatenate the urls together and use / to escape the \ character to be an explicit rather than a cultural date separator.
Uri oSiteBase = new Uri("http://mysite.com/blog");
Uri oSiteDay = new Uri(oSiteBase, DateTime.Now.ToString("yyyy\/MM\/dd"));
a source
to share