aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/com/healthmarketscience/jackcess/impl/expr/FormatUtil.java
Commit message (Expand)AuthorAgeFilesLines
* Add ColumnFormatter utility which can apply Column Format property for displa...James Ahlborn2019-02-111-36/+85
* minor cleanupsJames Ahlborn2019-02-061-6/+6
* handle number formats with no required digitsJames Ahlborn2019-02-041-12/+57
* more tests and tweaks to custom formattingJames Ahlborn2019-01-311-75/+92
* more tests, more bug fixes for custom formatsJames Ahlborn2019-01-301-6/+14
* add unit tests, fix bugs in custom formatsJames Ahlborn2019-01-291-49/+144
* implement remaining custom formatting, not testedJames Ahlborn2019-01-241-166/+408
* fix parsing of escaped double quote; implement euro format; implement most cu...James Ahlborn2019-01-191-82/+1014
* switch expression engine to LocalDateTimeJames Ahlborn2018-12-151-4/+4
* implement Format with predefined formatsJames Ahlborn2018-11-201-3/+164
* currency format uses parens; add bool predefined formatsJames Ahlborn2018-11-151-5/+8
* beginnings of general format supportJames Ahlborn2018-11-131-0/+107