{ version = 1.02; (* of numdate.p 2007 Jan 08}
(* begin module describe.numdate *)
(*
name
numdate: convert tomdate format to a single number
synopsis
numdate(input: in, numdatep: in, bfile: out, output: out)
files
input: a tomdate
bfile: not used
numdatep: parameters to control the program. The file must contain the
following parameters, one per line:
parameterversion: The version number of the program. This allows the
user to be warned if an old parameter file is used.
Currently not used.
output: messages to the user
description
The tomdate format is year, month, day, hour, minute, second
compressed and in that order:
2007Jan07.15:14:42
This program converts the date to a real number.
examples
documentation
see also
tomdate script
author
Thomas Dana Schneider
bugs
technical notes
*)
(* end module describe.numdate *)
{This manual page was created by makman 1.44}
{created by htmlink 1.52}