Dear friends,
I’m currently working on a project for my first internship. However, I would like to create 2 different times with which I can easily differentiate a time in and a timeout for an employee.
For that I’ve tried to make a simple code by using asp date/time, there is below what I’ve done as date/time code:
Response.write "</td><td>"
Response.write result("TimeIn" )
Response.write (Now)
Response.write "</td><td>"
Response.write result("TimeOut ")
Response.write (Now)
Response.write "</td><td>"
By running, I’ve got the same time .Could please help me to find out exactly the needed code for this function.
Best regards;
Bazubwabo J.B.
IT student
I’m currently working on a project for my first internship. However, I would like to create 2 different times with which I can easily differentiate a time in and a timeout for an employee.
For that I’ve tried to make a simple code by using asp date/time, there is below what I’ve done as date/time code:
Response.write "</td><td>"
Response.write result("TimeIn" )
Response.write (Now)
Response.write "</td><td>"
Response.write result("TimeOut ")
Response.write (Now)
Response.write "</td><td>"
By running, I’ve got the same time .Could please help me to find out exactly the needed code for this function.
Best regards;
Bazubwabo J.B.
IT student
Comment