BorisMoore / jquery-tmpl

The original official jQuery Templates plugin. This project was maintained by the jQuery team as an official jQuery plugin. It is no longer in active development, and has been superseded by JsRender.
3.23k stars 1.01k forks source link

How to process data with PHP in the template #185

Closed visvsi closed 8 years ago

visvsi commented 8 years ago

I would like to use PHP processing the ${date} in the template , the ${date} is display like "Y/m/d H:i:s" ,but i want that displays the date in a "time ago" format. how can i use PHP to processing the ${date} in the template?

BorisMoore commented 8 years ago

Sorry, but jquery-tmpl is no longer actively supported.

Also, this question is not a bug/issue in jquery-tmpl - and concerns PHP as much as jquery-tmpl. You can try asking on stack overflow: http://stackoverflow.com/questions/tagged/jquery-templates

Closing this issue.