Version | Date | Changes |
1.7.4 | 2024-04-18 | Fixed some issues with QCAL ’s highlighting of holidays. |
1.7.3.3 | 2024-04-03 | NewHelp.cpp v1.0.8.14,
mmfiles.cpp v1.4.4.5, codepages.cpp v2.1.0.3. Simplified the
‘Quick Links’ box in the .HTML file; all of the reference info has been collapsed into a
single section, the same as in the .CHM file. |
1.7.3.2 | 2023-10-15 | Tweaked ShowPluginVersion()’s output format
slightly. |
1.7.3.1 | 2023-10-12 | Updated the plugin’s web address. |
1.7.3 | 2023-07-31 | Updated to the current versions of mmfiles.cpp,
codepages.cpp, and NewHelp.cpp. Documented the newer options to
ISO8601HELP . |
1.7.2.2 | 2023-07-21 | Updated to current versions of ParseArgs.cpp and NewHelp.cpp. |
1.7.2.1 | 2023-06-13 | Updated help system to avoid an issue in TCC 30.00.20. |
1.7.2 | 2023-02-13 | Updated @FILESTAMP to support internet files. |
1.7.1.1 | 2021-08-12 | Tweaked the version info structure; no changes to the code. |
1.7.1 | 2021-07-06 | Added @JULIAN . |
1.7.0 | 2021-07-04 | Changed the .DLL names; now ISO8601.dll is the 64-bit build. Adds @CENTURY ,
@USECONDS , @UXTODATETIME , and _USECONDS . Added /6 /L and /N to
QCAL . Changed the default output format in @TIMEFMT , @LOCALDATETIME , and
@UTCDATETIME . Added an option to prevent the user from selecting holidays in @PICKDATE . Added a flags arg to @INLIEU .
Fixed an issue with @PICKDATE not freeing holiday definitions. Added Juneteenth to holidays. Sundry bug fixes. Much cleanup of the code and documentation. |
1.6.5 | 2019-09-19 | Bodged around an issue with QCAL ’s colors bleeding in the Windows 10 console. |
1.6.4 | 2017-12-06 | Updates to the help system; fixed a cosmetic issue with ISO8601HELP /? |
1.6.3 | 2017-11-13 | Removed dependency on Evaluate() for compatibility with TCC-RT. |
1.6.2 | 2017-11-10 | Bug fix: QCAL /H delayed variable expansion clobbering settings. |
1.6.1 | 2017-02-02 | Minor tweak for TCC v21 compatibility. |
1.6.0 | 2016-08-16 | Add convenience variables _TOMORROW and _YESTERDAY . |
1.5.4 | 2016-03-09 | Reworks the help system, for systems where the documented HtmlHelp() API is broken. |
1.5.3 | 2015-04-28 | Added _T4, for no better reason than that this was a convenient place to stick it. |
1.5.2 | 2014-11-03 | Bug fix: CallInternal() calling Command() with nonzero nReserved parameter. |
1.5.1 | 2014-10-31 | Bug fix: CallInternal() adding an asterisk when it shouldn’t. Documented TODAY synonym for T . |
1.5.0 | 2014-10-29 | Changes for TCC v17 compatibility. |
1.4.1 | 2014-05-21 | Fixed the default time format in @AGEDATE to match TCC’s. |
1.4.0 | 2014-04-25 | Rewrote the holiday handling code. Tweaks to the help system. Automatically unload QCAL when loading ISO8601 (and vice versa). |
1.3.10 | 2013-10-14 | Added Chile to Holidays.ini, thanks to Miguel Farah. Added two new modes to @INLIEU to support Chilean holidays. |
1.3.9 | 2013-10-04 | Added Poland and Hungary to Holidays.ini; thanks to jbanaszczyk and Steve Fabian respectively. Tweaked the code to allow for UTF-16 Holidays.ini. |
1.3.8 | 2013-04-11 | Updated the plugin’s web address |
1.3.7 | 2012-08-21 | Minor changes to make HTML Validator happy |
1.3.6 | 2012-06-15 | Adds @ISTIME and @TIMEPARTS |
1.3.5 | 2012-06-13 | Puts @DATECONV back the way it was, for compatibility with TCC |
1.3.4 | 2012-06-13 | @DATECONV outputs four-digit years by default |
1.3.3 | 2012-06-12 | New option to @AGEDATE and @FILESTAMP to return date/time pairs separated by a T , per ISO 8601; made the offset optional in @TIMEPLUS |
1.3.2 | 2012-06-08 | Allow T as a date/time separator in @TIMEDIFF and @TIMEPLUS . |
1.3.1 | 2012-06-06 | Tweaks to the display of time format 15 when combined with a day offset; disabled 12-hour output time formats in @TIMEDIFF; documented the expanded date range |
1.3.0 | 2012-06-06 | Added @DECTOTIME , @TIMEDIFF , @TIMEPLUS , @TIMETODEC , time format 15; extended the valid date range to the year 9999 |
1.2.4 | 2012-03-05 | Converted to VS 2010; disallow negative values for @ORD ; close help on shutdown. |
1.2.3 | 2011-06-29 | Bug fix: @LOCALDATETIME , @TIMEFMT , and @UTCDATETIME were dividing args at unquoted spaces. |
1.2.2 | 2011-04-25 | Bug fix: @MAKEAGE wasn’t initializing variable before calling the reworked time parser. |
1.2.1 | 2011-04-15 | Added time-format bit 12 (Dave Cantor suggestion) |
1.2.0 | 2011-04-14 | Per a suggestion by Steve Fabian, reworked the time parser to accept 12-hour or 24-hour input. Added @TIMEFMT , @LOCALDATETIME and @UTCDATETIME functions. Tweaked @AGEDATE to output different time formats. |
1.1.5 | 2011-03-28 | Don’t call HtmlHelp() to close the help file on shutdown; this is insanely slow for some reason. |
1.1.4 | 2011-03-03 | Further tweaks to the help system |
1.1.3 | 2011-02-26 | Further tweaks to the help system |
1.1.2 | 2011-02-09 | Added ISO8601HELP command, date format 21; tweaked online help to be sorta-kinda “single instance” |
1.1.1 | 2010-12-27 | Tweaked @ORD function to allow an expression instead of just a number |
1.1.0 | 2010-07-30 | Added date format 20, YYYYMMDD |
1.0.0 | 2010-06-17 | First release |