Example #1
0
 public static string DateToStringH(DateTime date)
 {
     return(YZStringHelper.DateToStringH(date, null));
 }