I need to display 开发者_如何学Ca currency within a jTemplate. {parseInt($T.product.Details[0].Price).toFixed(2)} displays as 34.50, but i should be displayed with a comma like 34,50.
I have the following JSON date returned from a MVC page e.g. \"DateProcessed\":\"\\/Date(1258125238090)\\/\"
I\'d lik开发者_StackOverflow中文版e to include some html in a jTemplate variable - e.g. <td class=\"numeric\">{$T.total_price}</td>