diff --git a/CampusAppWP8/CampusAppWPortalLib8/Model/RSS/RSSModel.cs b/CampusAppWP8/CampusAppWPortalLib8/Model/RSS/RSSModel.cs index 22f79ca1..32b6afb7 100644 --- a/CampusAppWP8/CampusAppWPortalLib8/Model/RSS/RSSModel.cs +++ b/CampusAppWP8/CampusAppWPortalLib8/Model/RSS/RSSModel.cs @@ -135,6 +135,18 @@ namespace CampusAppWPortalLib8.Model.RSS } } + /// + /// Gets the date of the timestamp as string. + /// example: 25.06. + /// + public string ShortDate + { + get + { + return string.Format("{0:dd.MM.}", this.timestamp); + } + } + /// /// Gets the time of the timestamp as string. /// example: 12:56.