public function DatexObject::getFormat in Datex 7.2
Same name and namespace in other branches
- 7 datex_api/datex_api_classes.inc \DatexObject::getFormat()
Returns format string set by setFormat.
File
- datex_api/
datex_api.class.inc, line 304 - Provides an API to work with dates.
Class
- DatexObject
- Base class for localized DateTime.
Code
public function getFormat() {
return $this->formatString;
}