Skip to content

Commit 4c84642

Browse files
committed
format & changelog
1 parent fb1e2e4 commit 4c84642

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ v0.15.0 (?? ??? 2018)
2828
- Bookmark are not writton as internal link in html writer @troosan #1263
2929
- It should be possible to add a Footnote in a ListItemRun @troosan #1287 #1287
3030
- Fix parsing of Heading and Title formating @troosan @gthomas2 #465
31+
- Fix Dateformat typo, fix hours casing, add Month-Day-Year formats @ComputerTinker #591
3132

3233
### Changed
3334
- Remove zend-stdlib dependency @Trainmaster #1284

src/PhpWord/Element/Field.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ class Field extends AbstractElement
4646
),
4747
'options' => array('PreserveFormat'),
4848
),
49-
'DATE'=>array(
50-
'properties'=> array(
49+
'DATE' => array(
50+
'properties' => array(
5151
'dateformat' => array(
5252
/* Generic formats */
5353
'yyyy-MM-dd', 'yyyy-MM', 'MMM-yy', 'MMM-yyyy', 'h:mm am/pm', 'h:mm:ss am/pm', 'HH:mm', 'HH:mm:ss',

0 commit comments

Comments
 (0)