I have the following:
VB Code:
  1. <asp:Label ID="lblDetails" Text='<%# DataBinder.Eval(container.DataItem, "DateFrom") %>' Font-Bold="True" Font-Size="8" Runat="server"/>
What would I add to this to be able to format the date?

Woof