ReadMe for ddUtilTime

If you start the application, it creates a variable called ddUtil$Time.
You can write a format string to it and when reading it, you get the current
time in the format you wrote to it.

If you want the time in the usual format , you do a
*Set ddUtil$Time %24:%mi:%se
and a
*Show ddUtil$Time
or a
*Echo <ddUtil$Time>
will give you something like
19:34:20
.

You could even use it for tests in obey files, like
*Set ddUtil$Time %w3
*If <ddUtil$Time>=Mon Then Echo I don't like mondays!


WIMPy
