Index: trunk/extensions/SemanticMediaWiki/includes/SMW_DV_Time.php |
— | — | @@ -168,6 +168,7 @@ |
169 | 169 | // it's not a year, so treat it as a Julian day, but leave it as the caption and wikivalue. |
170 | 170 | if ( is_numeric( $value ) && $value >= 100000 ) { |
171 | 171 | $this->m_jd = $value; |
| 172 | + $this->m_format = 3; |
172 | 173 | $this->JD2Date(); |
173 | 174 | $this->fracToTime(); |
174 | 175 | $this->m_wikivalue = $value; |