|
|
Re: THIS IS IT! "Long Time" Algorithm, Hello Universe sub World engaged; return function score sale Kbytes Available Space drvPath
Posted:
Nov 21, 2012 7:35 PM
|
|
On Nov 22, 7:02 am, Musatov <marty.musa...@gmail.com> wrote: > // COPYRIGHT (C) MUSATOV, MARTIN, ALL RIGHTS RESERVED. > Dim MyTime, MyDate, MyStr > MyTime = #22:53:23# > MyDate = #November 21, 2012#
Most of this is done in PL/I with a simple statement-- date = datetime;
or with
date = datetime(template); where 'template' is any one of about 30 different templates with the year first, last, etc, with alphabetic month, or numeric month, 4-digit year, 2-digit year. Other functions are provided that give the day number for the year, number of seconds, etc, which make it trivial to compute elapsed time etc etc etc.
|
|