[eluser]unsub[/eluser]
Hello
I am having a strange error in the table view:
I have a database table that has records of things from up to 300 years ago; Strangely, in the tabular view of the Codex installation, any date from before 1900 is displayed as Dec 31, 1969... huh... interesting date, to be sure, but not the correct one
So first my system: PHP 4 (sigh...) on a unix server, I think it's redhat, but our company just switched our main servers so I could be wrong. Not windows, and not solaris... sorry I can't be more specific.
Here's what I have tried:
it seems the table view is using js files from the assets folder to draw out the contents of the db, and so I went to the two different date entries and just had the functions returning their arguments unaltered, as a test to see what the heck was going on in all that javascript. But I still got the medium form dates, and the pre-1900 ones were still dec 31, 1969
I hope i described that in a somewhat understandable fashion.