Skip to content
Snippets Groups Projects
Verified Commit bf8c4297 authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

chore: commit save point

parent 1e573be6
No related branches found
No related tags found
No related merge requests found
......@@ -15,25 +15,9 @@ chmod u+x reqman
## Commands
The date format for the output can be specified with the parameter `--date-format`.
The format can be looked up in the first column of the table below.
### General Parameters
| Layout | Java notation | C notation | Notes |
| ------------------ | --------------- | ------------ | ---------- |
| 2006-01-02 | yyyy-MM-dd | %F | ISO 8601 |
| 20060102 | yyyyMMdd | %Y%m%d | ISO 8601 |
| January 02, 2006 | MMMM dd, yyyy | %B %d, %Y | |
| 02 January 2006 | dd MMMM yyyy | %d %B %Y | |
| 02-Jan-2006 | dd-MMM-yyyy | %d-%b-%Y | |
| 01/02/06 | MM/dd/yy | %D | US |
| 01/02/2006 | MM/dd/yyyy | %m/%d/%Y | US |
| 010206 | MMddyy | %m%d%y | US |
| Jan-02-06 | MMM-dd-yy | %b-%d-%y | US |
| Jan-02-2006 | MMM-dd-yyyy | %b-%d-%Y | US |
| 06 | yy | %y | |
| Mon | EEE | %a | |
| Monday | EEEE | %A | |
| Jan-06 | MMM-yy | %b-%y | |
The date format for the output can be specified with the parameter `--date-format`.
### Help
......@@ -279,6 +263,29 @@ If the PDF function is used, LaTeX commands can also be included in the text. Fo
`│ -> |`
## Date
If a date is expected as a parameter, it must be entered in a special format
depending on the type. The following table provides information about the individual formats.
The format can be looked up in the first column of the table below.
| Layout | Java notation | C notation | Notes |
| ------------------ | --------------- | ------------ | ---------- |
| 2006-01-02 | yyyy-MM-dd | %F | ISO 8601 |
| 20060102 | yyyyMMdd | %Y%m%d | ISO 8601 |
| January 02, 2006 | MMMM dd, yyyy | %B %d, %Y | |
| 02 January 2006 | dd MMMM yyyy | %d %B %Y | |
| 02-Jan-2006 | dd-MMM-yyyy | %d-%b-%Y | |
| 01/02/06 | MM/dd/yy | %D | US |
| 01/02/2006 | MM/dd/yyyy | %m/%d/%Y | US |
| 010206 | MMddyy | %m%d%y | US |
| Jan-02-06 | MMM-dd-yy | %b-%d-%y | US |
| Jan-02-2006 | MMM-dd-yyyy | %b-%d-%Y | US |
| 06 | yy | %y | |
| Mon | EEE | %a | |
| Monday | EEEE | %A | |
| Jan-06 | MMM-yy | %b-%y | |
## Latex
Individual LaTeX commands can be looked up here:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment