aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* add LocalDateTime variants for various public Date based methodsJames Ahlborn2018-12-1712-121/+278
* use interface to pass zone info into date/time conversion methodsJames Ahlborn2018-12-157-35/+81
* switch expression engine to LocalDateTimeJames Ahlborn2018-12-1525-637/+395
* round LDT date/times to millis; add some initial tests for LDT timesJames Ahlborn2018-12-132-7/+198
* merge trunk changes through r1235James Ahlborn2018-12-111-4/+10
|\
| * minor tweaks to date handling; clear caches when config updated; ensure date ...James Ahlborn2018-12-102-5/+11
* | initial support for LocalDateTime and Temporal typesJames Ahlborn2018-12-1110-94/+474
* | add support for PathJames Ahlborn2018-11-299-136/+223
* | ditch log4jJames Ahlborn2018-11-283-12/+1
* | upgrade poi; upgrade various pluginsJames Ahlborn2018-11-2723-310/+269
* | switch to commons lang3James Ahlborn2018-11-2720-97/+93
* | update parent pom; fix test failureJames Ahlborn2018-11-271-1/+1
|/
* implement Format with predefined formatsJames Ahlborn2018-11-2014-82/+371
* currency format uses parens; add bool predefined formatsJames Ahlborn2018-11-154-11/+23
* beginnings of general format supportJames Ahlborn2018-11-133-2/+129
* share nchars implJames Ahlborn2018-11-132-10/+8
* cache and reuse DecimalFormat instancesJames Ahlborn2018-11-135-12/+45
* implement FormatDateTime functionJames Ahlborn2018-11-136-26/+152
* implement FormatCurrency and FormatPercentJames Ahlborn2018-11-082-43/+83
* fill out remaining tests for FormatNumberJames Ahlborn2018-11-082-2/+18
* add more numeric configJames Ahlborn2018-11-083-458/+453
* untested support for FormatNumberJames Ahlborn2018-11-071-0/+62
* implement DateDiff functionJames Ahlborn2018-11-063-6/+233
* implement replace functionJames Ahlborn2018-11-036-35/+94
* implement Val functionJames Ahlborn2018-11-024-40/+62
* finish DateAdd functionJames Ahlborn2018-10-296-20/+80
* initial work for DateAdd functionJames Ahlborn2018-10-283-1/+65
* update javadocs for new functionJames Ahlborn2018-10-221-1/+1
* rework string conversion to date; add support for dates with implicit years; ...James Ahlborn2018-10-1815-138/+417
* fix broken testJames Ahlborn2018-10-101-2/+2
* reimplemnt and test financial functionsJames Ahlborn2018-10-105-364/+341
* add support for strconv functionJames Ahlborn2018-10-055-16/+73
* handle am/pm suffix dependent on date/time configJames Ahlborn2018-10-051-9/+12
* handle alternate decimal separators based on numeric configJames Ahlborn2018-10-051-6/+21
* set default date/time and numeric config for a databaseJames Ahlborn2018-10-051-3/+2
* rework public expression api with better locale handling; support parsing of ...James Ahlborn2018-10-0431-735/+730
* add support for monthname function; implement better string to date/time conv...James Ahlborn2018-09-2911-120/+319
* add support for weekdayname functionJames Ahlborn2018-09-262-14/+61
* implement IsNumeric; add support for hex/oct integer stringsJames Ahlborn2018-09-181-0/+6
* implement IsNumeric; add support for hex/oct integer stringsJames Ahlborn2018-09-185-6/+75
* spellingJames Ahlborn2018-09-091-1/+1
* prep for releaseJames Ahlborn2018-09-092-1/+14
* more doc updatesJames Ahlborn2018-09-062-30/+27
* refactor support for working with Value instancesJames Ahlborn2018-09-0612-255/+287
* add a bunch of javadocs for expr classesJames Ahlborn2018-09-0610-23/+235
* minor refactor of function support; start adding top level docs for evaluatio...James Ahlborn2018-08-2410-266/+543
* fix compiler warningJames Ahlborn2018-08-231-2/+2
* update parent pom; update urls for httpsJames Ahlborn2018-07-295-11/+11
* test TimeSerial; implement DateSerialJames Ahlborn2018-07-262-0/+42
* test custom EvalConfig; fix time formatJames Ahlborn2018-07-263-8/+87