Smarty Date Difference -


please post smarty syntax number of days between 2 dates database. able display other fields,but date field number of days not working way expected.please let me know there way solution without smarty additional plugins.

smarty not include specific functions doing date math operations. have date_format timestamps, otherwise you'd either have write own days_diff plugin, find 1 online (here's one, code review first of course), or date math in php , assign new variable in smarty.


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -