Displays a date in friendly format.
public static string FriendlyDateString(DateTime date, bool showTime, string timeSeparator)
Return Value
Today,Yesterday,Day of week or a string day (Jul 15, 2008)
Parameters
date
showTime
timeSeparator
See also:
Class TimeUtils© West Wind Technologies, 1996-2024 • Updated: 06/29/24
Comment or report problem with topic