Ok this is quite a confusing lib to work through, even though I got the code working fine. I was having problems with the months, but got that working. Now I just need to know.
1) It currently reads the year, 2022 as the game year. Where can I change this to read something like 5000 B.C.?
Also keep in mind that I will be reversing the years from normal. So each year will -1, instead of increase by +1.
Up until the year 1 A.D.
LJR
ID:150280
![]() Nov 14 2001, 10:56 pm (Edited on Nov 14 2001, 11:06 pm)
|
|
Did you look in the Calendar.dm file? Each function there explains itself and there is lots of sample code.
Looks like I need to do some work to handle "negative" dates, and to support printing of A.D. or B.C. I'll put that on the list.
See the complete sample code for setMonthNames() in the calendar.dm file. I just tested the sample code and it works.