Example #1
0
 public static string ToLongDateTime(this DateTime date)
 {
     return(date.ToString(_culture.GetLongDateFormat()));
 }