2 different times

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bazubwabo
    New Member
    • Nov 2006
    • 14

    2 different times

    hi everybody,
    Could u please help me to find out an asp code for to determine 2 different times .
    I would like to create 2# times(timein,ti meout ) where the 1st one is a time which a user uses the apparatur for the first time ,and the 2nd is when the user uses it for the second time (the 1st time differs with the second time )
    By the way ,i've tried to write some codes but it doesn't work in the way i want it. you can found below the code


    Response.write result("TimeIn" )
    Response.write( Now)
    Response.write "</td><td>"

    Response.write result("TimeOut ")
    Response.write (Now)
    Response.write "</td><td>"

    Regards,
Working...