Set password operational
Sitewide plan for status messages
This commit is contained in:
@@ -107,9 +107,9 @@ namespace MileageTraker.Web.Utility
|
||||
|
||||
public static string ToVerboseStringHistoric(this TimeSpan ts)
|
||||
{
|
||||
if (ts.TotalDays == 0)
|
||||
if (ts.TotalDays < 1)
|
||||
return "Today";
|
||||
if (ts.TotalDays == 1)
|
||||
if (ts.TotalDays < 2)
|
||||
return "Yesterday";
|
||||
|
||||
var sb = new StringBuilder();
|
||||
|
||||
Reference in New Issue
Block a user