function pChart::setDateFormat in Visitors 8
Same name and namespace in other branches
- 7.0 pchart/pChart.inc \pChart::setDateFormat()
 
File
- pchart/
pChart.inc, line 2623  
Class
Code
function setDateFormat($Format) {
  $this->DateFormat = $Format;
}      
    
function setDateFormat($Format) {
  $this->DateFormat = $Format;
}