Search tutorials
Create Counter (cont)
- And as value the code :
(mydate.getHours()+":"+myDate.getMinutes()+":"+myDate.getSeconds())
and it must be an expression like this :
Now I shall explain it :
mydate.getHours ()
getHours stands for getting the Hours and
mydate stands for : from which variable to take the Hours
(In this case the variable mydate )
The Minutes and Seconds work the same way.
| » Level Intermediate |
|
Added: 2000-12-13 Rating: 7 Votes: 73 |
| » Author |
| No information about the author has been provided |
| » Download |
| Download the files used in this tutorial. |
| Download (188 kb) |
| » Forums |
| More help? Search our boards for quick answers! |
-
You must have javascript enabled in order to post comments.


Comments
There are no comments yet. Be the first to comment!