- May
- 3,515
- 4
1/ Allow @MAKEAGE (and possibly all other relevant functions and commands)
to accept a date and time combination in the form of %_datetime. Retrieving
%_date and %_time from the OS separately could result in mismatched values
if you do it too close to midnight. While the chance of it happening is low,
sooner or later someone somewhere will be bitten by it, but using %_datetime
avoids the problem.
2/ Allow functions and commands which accept a time of day as a parameter
(or as a part of a parameter) would have an optional extra parameter to
specify that the time parameter in the current function (command) invocation
is 12-hour or 24-hour time, instead of the default.
3/ Enhance the optional format specifier of @AGEDATE. and add one to
@MAKETIME to control time formatting: 12h vs. 24h, am vs. AM, etc.
--
Steve
to accept a date and time combination in the form of %_datetime. Retrieving
%_date and %_time from the OS separately could result in mismatched values
if you do it too close to midnight. While the chance of it happening is low,
sooner or later someone somewhere will be bitten by it, but using %_datetime
avoids the problem.
2/ Allow functions and commands which accept a time of day as a parameter
(or as a part of a parameter) would have an optional extra parameter to
specify that the time parameter in the current function (command) invocation
is 12-hour or 24-hour time, instead of the default.
3/ Enhance the optional format specifier of @AGEDATE. and add one to
@MAKETIME to control time formatting: 12h vs. 24h, am vs. AM, etc.
--
Steve