Shunde.NET Framework Class Library

TextUtils.GetFriendlyDateRange Method 

Gets, as text, the start and end date and time for a start date and end date using the format strings for the month and year

public static string GetFriendlyDateRange(
   DateTime start,
   DateTime end,
   String monthFormat,
   String yearFormat
);

See Also

TextUtils Class | Shunde.Utilities Namespace