Help: value counter vs Unix

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • fieldhouses

    Help: value counter vs Unix

    Hi, ive recieved a counter that ads up a fixed value per second starting
    from 01-01-03.
    This java script acts perfectly on MSwindow based system but when shown on
    an
    UNiX-like system the script presents a negative value resp. adding up or
    down.

    How can i correct this?


  • Lasse Reichstein Nielsen

    #2
    Re: Help: value counter vs Unix

    "fieldhouse s" <register@beer. com> writes:
    [color=blue]
    > Hi, ive recieved a counter that ads up a fixed value per second starting
    > from 01-01-03.[/color]

    So it is a date?
    [color=blue]
    > This java script acts perfectly on MSwindow based system but when shown on
    > an
    > UNiX-like system the script presents a negative value resp. adding up or
    > down.[/color]
    [color=blue]
    > How can i correct this?[/color]

    Fix the bug!
    It is hard to say more without actually seeing the code. :)
    /L
    --
    Lasse Reichstein Nielsen - lrn@hotpop.com
    Art D'HTML: <URL:http://www.infimum.dk/HTML/randomArtSplit. html>
    'Faith without judgement merely degrades the spirit divine.'

    Comment

    • fieldhouses

      #3
      Re: Help: value counter vs Unix


      "Lasse Reichstein Nielsen" <lrn@hotpop.com > wrote in message
      news:8ypl27wn.f sf@hotpop.com.. .[color=blue]
      > "fieldhouse s" <register@beer. com> writes:
      >[color=green]
      > > Hi, ive recieved a counter that ads up a fixed value per second starting
      > > from 01-01-03.[/color]
      >
      > So it is a date?[/color]

      Date as a countersetpoint .
      [color=blue][color=green]
      > > This java script acts perfectly on MSwindow based system but when shown[/color][/color]
      on[color=blue][color=green]
      > > an
      > > UNiX-like system the script presents a negative value resp. adding up or
      > > down.[/color]
      >[color=green]
      > > How can i correct this?[/color]
      >
      > Fix the bug!
      > It is hard to say more without actually seeing the code. :)[/color]


      mmm, all (that is most) comments are written in Dutch. However the strings
      itself are java-written. ;o)

      Are there specific rules you have to take in account in order to have a
      script working on both operating systems?

      And if there are specific rules for date, what are those concerning unix?


      Comment

      Working...