
Help, PLEASE! Y2K print headache
Quote:
> [SNIP code]
> Result:
> Start Date: January 1, 1900
> End Date: January 31, 1900
> How do I print the year properly????
I suspect there is something else in the code you're not showing us. Taking
the following as runnable code:
,----[ foo.prg ]
| SET CENTURY on
| SET EPOCH TO 1984
|
| DdT2 :=ctod("01/01/00")
| DdT3 :=CTOD("01/31/00")
|
`----
the output displays the year as 2000.
Can you post a stand-alone snippet of code that displays your problem?
--
Take a look in Hagbard's World: | boxquote.el - "Boxed" text quoting.
http://www.acemake.com/hagbard/ | sawmill.el - Sawmill mode.
http://www.hagbard.demon.co.uk/ | uptimes.el - Record emacs uptimes.
emacs software, including.......| quickurl.el - Recall lists of URLs.