nearly done

This commit is contained in:
Christian Fiedler
2013-10-07 19:01:31 +02:00
parent 4264e1fcd3
commit 577b2fd061

View File

@@ -135,6 +135,18 @@ namespace CampusAppWPortalLib8.Model.RSS
}
}
/// <summary>
/// Gets the date of the timestamp as string.
/// example: 25.06.
/// </summary>
public string ShortDate
{
get
{
return string.Format("{0:dd.MM.}", this.timestamp);
}
}
/// <summary>
/// Gets the time of the timestamp as string.
/// example: 12:56.