WPF时间格式化

 日期格式化示例:

< TextBox  Name= "txtCreateTime"  HorizontalAlignment= "Left"  Width= "170"  Height= "24"  VerticalAlignment= "Top"  Background= "White">
          < TextBox.Text>
                   < Binding Path= "CreateTime"  StringFormat= "{}{0:yyyy-MM-dd HH:mm}" />
          < /TextBox.Text>
< /TextBox>

你可能感兴趣的:(时间格式)