Well, I needed to bind DateTime.Now to a TextBlock, I used that:
Text=\"{Binding Source={x:Static System:DateTime.Now},StringFormat=\'HH:mm:ss tt\'}\"
You need to make a timer that updates the textbox every second.