xecvantec
12-18-2011, 09:00 PM
I've added 2 field in table user: money and time.
id money time
1 200 0
2 600 1395978200
I also show information money with {vb:raw bbuserinfo.money}.
But with time i want to show ( (time - time() ) / 86400) ) to calculate days remaining.
And how do i to show it?
id money time
1 200 0
2 600 1395978200
I also show information money with {vb:raw bbuserinfo.money}.
But with time i want to show ( (time - time() ) / 86400) ) to calculate days remaining.
And how do i to show it?