Forum Discussion
EdSteeds
13 years agoCommunity Member
Update a variable with the current date and time
Is it possible to insert the date and time into a variable to be displayed on screen.
What I want to achieve:
To time an activity that takes place over a number of slides.
Happy to use Java...
PhilEagles
11 years agoCommunity Member
Hi Ashley,
It's okay I think I have figured it out.
I changed the +1 value on the month to -1 instead and that brings me back to January which is correct :)
var month = currentDate.getMonth() - 1
Related Content
- 10 months ago
- 10 months ago
- 10 months ago