I am using jquery tmpl to show a bunch of results in a table. One of them is a date which I am outputting using this in my template:
<td class="textAlignRight">${EffectiveDate}</td>
but it comes out formatted like "/Date(1245398693390)/". How can I change it so that it comes out formatted like m/dd/yyyy h:mm tt?