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

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -