You are here

function pChart::ToDate in Visitors 7.0

Same name and namespace in other branches
  1. 8 pchart/pChart.inc \pChart::ToDate()
1 call to pChart::ToDate()
pChart::drawScale in pchart/pChart.inc

File

pchart/pChart.inc, line 2629

Class

pChart

Code

function ToDate($Value) {
  return date($this->DateFormat, $Value);
}