| AbstractParser | Parse a date/time format into a unix timestamp. |
| HumanReadable | Human readable format (d/m/y or d-m-y). |
| IbmDb2 | IBM DB2 format (cymd with optional separate time). |
| ISO8601 | Parse an ISO8601 formatted date/time into a unix timestamp. |
| Sortable | Sortable format (Ymd with optional separate time). |
| SortableDateTime | Sortable format (YmdHi/YmdHis). |
| SortableYearMonth | Sortable format (Year and month only). |
| Sql | Sql date format (yyyy-mm-dd hh:ii:ss) (with optional milliseconds). |