format & changelog
This commit is contained in:
parent
fb1e2e41cc
commit
4c846426ce
|
|
@ -28,6 +28,7 @@ v0.15.0 (?? ??? 2018)
|
||||||
- Bookmark are not writton as internal link in html writer @troosan #1263
|
- Bookmark are not writton as internal link in html writer @troosan #1263
|
||||||
- It should be possible to add a Footnote in a ListItemRun @troosan #1287 #1287
|
- It should be possible to add a Footnote in a ListItemRun @troosan #1287 #1287
|
||||||
- Fix parsing of Heading and Title formating @troosan @gthomas2 #465
|
- Fix parsing of Heading and Title formating @troosan @gthomas2 #465
|
||||||
|
- Fix Dateformat typo, fix hours casing, add Month-Day-Year formats @ComputerTinker #591
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- Remove zend-stdlib dependency @Trainmaster #1284
|
- Remove zend-stdlib dependency @Trainmaster #1284
|
||||||
|
|
|
||||||
|
|
@ -46,8 +46,8 @@ class Field extends AbstractElement
|
||||||
),
|
),
|
||||||
'options' => array('PreserveFormat'),
|
'options' => array('PreserveFormat'),
|
||||||
),
|
),
|
||||||
'DATE'=>array(
|
'DATE' => array(
|
||||||
'properties'=> array(
|
'properties' => array(
|
||||||
'dateformat' => array(
|
'dateformat' => array(
|
||||||
/* Generic formats */
|
/* Generic formats */
|
||||||
'yyyy-MM-dd', 'yyyy-MM', 'MMM-yy', 'MMM-yyyy', 'h:mm am/pm', 'h:mm:ss am/pm', 'HH:mm', 'HH:mm:ss',
|
'yyyy-MM-dd', 'yyyy-MM', 'MMM-yy', 'MMM-yyyy', 'h:mm am/pm', 'h:mm:ss am/pm', 'HH:mm', 'HH:mm:ss',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue