avaris Posted November 26, 2017 Posted November 26, 2017 hey, looking for quick assistance with my themes code, i'm very unfamiliar with coding in general but im on my way of learning. The code below works perfectly but what i'm missing is for it to type out "Never" if there is no LastPlayedDate. I'm sure this is super simple but just couldn't find any way of typing it out correctly. <TextBlock Text="{Binding Path=SelectedGame.LastPlayedDate, StringFormat=yyyy-M-dd l H:mm}" />
Recommended Posts