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.




Reply With Quote
Bookmarks