function pChart::ToDate in Visitors 7.0
Same name and namespace in other branches
- 8 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);
}