The date format is now selectable.
Added the form controls and AppSettings keys to allow the user to select the format of the date appended to the output file. Further update to issue #1.
This commit is contained in:
@@ -7,5 +7,7 @@
|
||||
<add key ="PDF-Extension" value=".pdf"/>
|
||||
<add key="overwrite" value="true"/>
|
||||
<add key="appendDate" value="false"/>
|
||||
<add key ="dateFormat" value="yyyy-MM-dd"/>
|
||||
<add key="dateIndex" value="0"/>
|
||||
</appSettings>
|
||||
</configuration>
|
||||
Reference in New Issue
Block a user