Menu

#2 Adding Hour to Asp date

open
General (4)
7
2003-01-30
2003-01-03
No

In Microsoft ASP, if you have an ASP date and you add
an hour (min, sec, etc) to it, it tacks a timestamp on
the ASP Date. Arrowhead will not.

Discussion

  • Terence Haddock

    Terence Haddock - 2003-01-30

    Logged In: YES
    user_id=1206

    When you submit a bug, it is helpful to see some example
    code. For instance, the following:

    CDate("12/30/99") + CDate("10:30:00")

    works properly under arrowhead, and gives the date result:

    12/10/1999 10:30:00 AM

    I will investigate how to handle the situation where the
    CDate statements are left out.

     
  • Terence Haddock

    Terence Haddock - 2003-01-30
    • priority: 5 --> 7
     

Log in to post a comment.