MonoTouch.Dialog.TimeElement.FormatDate C# (CSharp) Method

FormatDate() public method

public FormatDate ( System.DateTime dt ) : string
dt System.DateTime
return string
		public override string FormatDate (DateTime? dt)
		{
			return dt.Value.ToLocalTime ().ToShortTimeString ();
		}