WinBatch Tech Support Home

Database Search

If you can't find the information using the categories below, post a question over in our WinBatch Tech Support Forum.

TechHome

Samples from Users

Can't find the information you are looking for here? Then leave a message over on our WinBatch Tech Support Forum.

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
File Created: 2017:08:29:11:19:22
Last Updated: 2017:08:29:11:19:22