MonoMobile.Views.DateCellView.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 fmt.ToString(dt);
		}