gab icon indicating copy to clipboard operation
gab copied to clipboard

added 2 missing day values

Open GO1984 opened this issue 6 years ago • 0 comments

In view.more.php i added the day value at Current balance and ATH Price/Value. I think, they were not intended missing. I changed it at 2 points from:

$b = date('Y-m', strtotime($price_last['date'])); to $b = date('Y-m-d', strtotime($price_last['date']));

GO1984 avatar Jul 20 '18 14:07 GO1984