function pChart::ToDate in Visitors 8
Same name and namespace in other branches
- 7.0 pchart/pChart.inc \pChart::ToDate()
1 call to pChart::ToDate()
- pChart::drawScale in pchart/
pChart.inc
File
- pchart/
pChart.inc, line 2629
Class
Code
function ToDate($Value) {
return date($this->DateFormat, $Value);
}