Changeset 16672
- Timestamp:
- 06/23/08 14:38:11 (4 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/midcom/midcom.helper.datamanager2/type/date.php
r14405 r16672 148 148 function convert_to_csv() 149 149 { 150 return $this->convert_to_storage(); 150 if ($this->is_empty()) 151 { 152 return ''; 153 } 154 return $this->value->format('%Y-%m-%d %T'); 151 155 } 152 156
