• S3 Shell Funky Date

    From Mindless Automaton@VERT/ELDRITCH to DOVE-Net.Programming_(Jav on Thu Apr 13 13:37:00 2006
    When I log in I get:ããSERVER NAME: Eldritch Clockwork (eldritch.darktech.org)ã ADMIN: Mindless Automatonã SOFT: Synchronet BBS for Win32 Version 3.13ã OS: Windows NT Version 5.1 (Build 2600) Service Pack 2ã TIME: Thursday AMril 13, 2006 at 12:34 AMãã CLIENT NODE: 1 of 10ãããI took a look at inc_dates.js and login.js but I don't spot anythingãobvious to me.ããApril is spelled right in inc_dates.js. :) I'm not sure why it shows AM ãinstead of PM either.ããComputer clock is set correctly..ããI'll have a better look when I get home though..ããThanks,ããMindless Automatonã---ã þ Synchronet þ Eldritch Clockwork BBSã
  • From Mindless Automaton@VERT/ELDRITCH to Mindless Automaton on Sat Apr 15 21:06:00 2006
    ã > TIME: Thursday AMril 13, 2006 at 12:34 AMã ãMy guess is in inc_date.js at the end of the file:ããã return strFormat.replace(/yyyy/ig,yyyy).<snip>ãã ).replace(/nn/ig,nn).replace(/ss/ig,ss).replace(/ap/ig,ap);ããThe replace (/ap/ig,ap) is replacing the AP in April with AM or PM.ããIf you change the variable ap in inc_date.js lines: 37 & 68 to ampm, ãthis should fix it. :)ãã-Mindless Automatonã---ã þ Synchronet þ Eldritch
    Clockwork BBSã