This package provides an ISO8601 Date Format Component. ISO8601 is an industry-standard way of formatting dates. The format looks like 2003-09-16 or 2003-09-16T19:15:30.45.
It is the preferred way to store dates in XML because dates can be sorted using sort algorithms designed for string data. This component converts VB/VBScript Date object to ISO8601 format and back to VB/VBScript Date object. The component can also be used to construct a Date object.
Installation Instructions:
- Move the dll to a directory like: C:\Program Files\XStandard\Bin\.
- Open a command prompt and cd to the directory where the dll is located.
- Type regsvr32 XISO8601.dll
- Grant "Read & Execute" file permissions on this dll to Everyone.