Wilson WindowWare Tech Support

WinBatch WinBatch+Compiler WebBatch
Home | Tech Database | Tech BBS | White Papers | Purchase


TimeForm Extender

Keywords:   TimeForm Extender

The TimeForm extender returns a time in any format you wish.

To load the extender... AddExtender(TForm34i.dll") There are two function calls...

        xFormatNow("format")
        xFormatTime(YmdHms,"Format")

	where    "Format" is a string describing the format the
                          date is to be returned in.

                 YmdHms   is a date /time in WinBatch format (YYYY:MM:DD:HH:MM:SS) 
                          (Four digit years are recommended.  Two digit years are
                          assumed to be 20xx)

Both routines return a string containing the date, formated as directed by the "Format".
timeform.zip

Article ID:   W14983