I have a template field showing child fields in a table. The value is set to: {{Pricing_Date__c}}: ${{{Total_Rate__c}}} The problem is that the results show as:
2014-01-21T19:53:00.000+0000: $0.09633 2014-01-21T20:28:00.000+0000: $0.09633
Can I format the date to ‘1/21/2014 7:53 PM’ instead of ‘2014-01-21T19:53:00.000+0000’? I know how to do this with a custom field renderer, but I don’t see how to apply one to a template field. Also, since the value of the template field is complex, I’m not sure how to do format both the date and the number within the renderer (even if I could use one).

