In my aspx page I have repeater binding with date. It is showing full date and I want to format it to short date. Please guide me how to format date in aspx code (not in C# or Vb)Here is my code:\[code\]<a class="CalendarLinks" href="http://stackoverflow.com/questions/14421988/readmore.aspx?wkdate=<%# Eval("cldID") %>"> <%# Eval("cldDate")%></a>\[/code\]Thanks