<%# Convert.ToDateTime(Eval("Posted")).ToShortDateString() %>
It tells me Invalid Expression term ')'. The code still runs fine though, it's just annoying.
This is the full markup:
<p>
Last Updated:
<%# Convert.ToDateTime(Eval("Posted")).ToShortDateString() %>
</p>