WPF Binding StringFormat Short Date String

前端 未结 7 1396
走了就别回头了
走了就别回头了 2020-11-29 19:14

I would like to use Short Date named string format in WPF.

I tried something like:



        
7条回答
  •  情深已故
    2020-11-29 19:43

    Or use this for an English (or mix it up for custom) format:

    StringFormat='{}{0:dd/MM/yyyy}'
    

提交回复
热议问题