❔ xamarin xaml binding
Is there a way to bind value of 2 varriables at once to one Label?
Tried something like this i was hoping that i can make it format the label this way
<Label Text="{Binding CheckIn, CheckOut, StringFormat='{0:MMM dd, yyyy} - {1:MMM dd, yyyy}'}"></Label> Tried something like this i was hoping that i can make it format the label this way
"{CheckIn:MMM dd, yyyy} - {CheckOut:MMM dd, yyyy}"