Skip to content

Instantly share code, notes, and snippets.

@aybarsyalcin
Created February 17, 2018 19:01
Show Gist options
  • Save aybarsyalcin/ab57b8212da250201f3dd63fd4b6c4e6 to your computer and use it in GitHub Desktop.
Save aybarsyalcin/ab57b8212da250201f3dd63fd4b6c4e6 to your computer and use it in GitHub Desktop.
XAML datetime format text
<Label Text="{Binding NotifyDateTime, StringFormat='{0:dd/MM/yyyy HH:mm:ss}'}" FontFamily="Montserrat" TextColor="White" HorizontalOptions="FillAndExpand" VerticalOptions="FillAndExpand" VerticalTextAlignment="Start" HorizontalTextAlignment="Start" FontSize="Small" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment