XAML:
<Grid>
<textBox Name="myTextBox" Text="{Binding StringFormat='HH:MM dd/M/yyy'}" />
</Grid>
CS:
var dt = DateTime.Now;
myTextBox.DataContext = dt;
Paste this in your website: <script type="text/javascript" src="http://www.posteet.com/embed/1705"></script>