Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Smarty Date Difference

Tags:

smarty

Please post any smarty syntax to Get number of days between two dates from my database. i was to able to display all the other fields,but this date field with number of days not working as the way i was expected.Please let me know is there any way to get this solution without any smarty additional plugins.

like image 642
Anandhan Avatar asked Feb 10 '26 16:02

Anandhan


1 Answers

Smarty does not include any specific functions for doing date math operations. They have the date_format for timestamps, but otherwise you'd either have to write your own days_diff plugin, find one online, or do the date math in PHP and assign to a new variable in Smarty.

like image 154
Paul DelRe Avatar answered Feb 12 '26 04:02

Paul DelRe



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!