Xamarin.Forms.DatePicker.Format Property
The format of the date to display to the user. This is a dependency property.

Syntax

public string Format { get; set; }

Value

A valid date format.

Remarks

Format string is the same is passed to DateTime.ToString (string format).

Requirements

Namespace: Xamarin.Forms
Assembly: Xamarin.Forms.Core (in Xamarin.Forms.Core.dll)
Assembly Versions: 1.0.0.0, 1.1.0.0, 1.2.0.0, 1.3.0.0