Time Display

I want to make the Display say a quarter to five instead of 4:45, how can I do this?

You can do something like:

$if (df (mm) = 45, Quarter to + " " + tc(n2w, df(h) + 1))$

$tc(n2w)$ converts the current hour + 1 to word.

I hope that helps.