コード例 #1
0
ファイル: XmlHelper.cs プロジェクト: Takezo72/CLAIM
 public string TransformerDate(DateModel date)
 {
     return(TransformerDate(date.ToString()));
 }
コード例 #2
0
ファイル: FormatHelper.cs プロジェクト: Takezo72/CLAIM
 public static string FormatDate(DateModel dateToFormat)
 {
     return(FormatDate(dateToFormat.ToString()));
 }