I have a Silverlight 4 application. I have a C# DateTime object that I\'m binding to my UI. I want this DateTime to be in the format of dd/mm/yyyy time (TimeZon
dd/mm/yyyy
you can also use just
StringFormat=d
in your datagrid column for date time showing
finally it will be
the out put will look like