时间的格式化

要求:将时间2004-07-22 08:07:03转换成这样的格式: 2004//07//22//08//07//03
我的实现方法:string.Format("yyyy'{0}'MM'{0}'dd'{0}'HH'{0}'MM'{0}'ss","//");
原文地址:https://www.cnblogs.com/dudu/p/26376.html