18.01.2013, 20:14
Lets say I have a house system that keeps track of "lasttimeownerenter" and that date is
2.1.2013
And today is the 18.1.2013.
Is it possible to check the difference in days of those two days? Should I just get todays date, and the last enter and do
18-2? Or is there a better way?
If I'd use mysql or sqlite I'd just do DATEDIFF but I use y_ini.
2.1.2013
And today is the 18.1.2013.
Is it possible to check the difference in days of those two days? Should I just get todays date, and the last enter and do
18-2? Or is there a better way?
If I'd use mysql or sqlite I'd just do DATEDIFF but I use y_ini.