This topic is locked

Timestamp

9/3/2008 7:28:42 AM
ASPRunnerPro General questions
jfr author

Hello,
I found the solution in PHP runner, but don't know how to translate to ASP <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=9411&image=1&table=forumtopics' class='bbcemoticon' alt='<<' />
I have a table in which the opening time is determined by the now() function, but while saving I want to update the closing time to the current time.
Any help is appreciated.
John

Sergey Kornilov admin 9/3/2008

Use BeforeEdit event and the following code:

dict("TimestampField") = Now()
jfr author 9/4/2008

Works like the sun-shine.
Thanks a lot Sergey,
John