Jim Robinson:
How do I use timestamps? I originally had them set as timestamp data types in the database, but couldn't get them to load automatically by mysql when inserting records, so changed them to varchar(19) and loaded them manually in perl using the server's local time function. I then linked your javascript routine for localizing dates, but of course it doesn't do anything in my case.
update - Figured out storing and localizing dates (I hope).
09/24/2010 19:5:56
·
Jim Robinson:
Got a start on the user profile page and user sidebar.
How do I use timestamps? I originally had them set as timestamp data types in the database, but couldn't get them to load automatically by mysql when inserting records, so changed them to varchar(19) and loaded them manually in perl using the server's local time function. I then linked your javascript routine for localizing dates, but of course it doesn't do anything in my case.
update - Figured out storing and localizing dates (I hope).
Got a start on the user profile page and user sidebar.