How can I make it display years/months/days instead of total number of days?
How can I make it display years/months/days instead of total number of days?
If it's not fun, stop doing it!
Hi,
To showing date instead of total days in vShare, do the following.
Open vShare/include/functions_insert.php file and find
replace withCode:$addtime = $tmp[$info['field']];
Then findCode:$addtime = $tmp[$info['field']]; return date("Y/m/d", $addtime);replace withCode:$mytime = $var['time'];
To know more date formats, check the following link.Code:$mytime = $var['time']; return date("Y/m/d", $mytime);
PHP: date - Manual
If you can't get it fixed. Open a support ticket at BuyScripts Helpdesk
with your vShare admin and FTP login details.
Thanks,
Buyscripts Team.
Last edited by vshare2; 12-12-2011 at 11:21 AM.
Bookmarks