Page 1 of 1

[FIXED] <date> is not resolved.

Posted: 18 Feb 2016 19:28
by TheQwerty

Code: Select all

echo <date>;
Should display the current date and time in the default format.
Instead it just says '<date>'.

Adding a space or a format string causes it to behave correctly:

Code: Select all

echo <date >;
echo <date yyyy-mm-dd>;

Re: <date> is not resolved.

Posted: 19 Feb 2016 16:44
by admin
Caramba! Fix comes...

Re: <date> is not resolved.

Posted: 22 Feb 2016 15:46
by TheQwerty
Fix confirmed with v16.20.0307!
:beer:

Re: [FIXED] <date> is not resolved.

Posted: 03 Apr 2023 05:44
by jupe
Just recycling topics again. I happened to notice that Zodiac date doesn't work anymore.

e <date Zodiac>;

Re: [FIXED] <date> is not resolved.

Posted: 03 Apr 2023 13:28
by admin
It has been removed in v23.20.0113 - 2022-06-24 18:21. Nobody cared for it (including me).

Re: [FIXED] <date> is not resolved.

Posted: 03 Apr 2023 18:35
by jupe
Ah, I see, I didn't realize you removed it completely, I was only going to use it for generating random words anyway.