xaml - WPF: Using culture specific separators in StringFormat -
is there way use culture specific characters in wpf-stringformat? i'm trying format date show month , year separated culture specific ... uuh.. separator.
here code:
binding="{binding startdate.value, stringformat={}{0:mm.yyyy}, converter={staticresource startenddatetimeconverter}"
what use replacement dot?
i found solution. instead of '.' should have been using '/'-symbol separate months years.
Comments
Post a Comment