Oh, another thing is that I have not yet tried this on my 600. I actually have no idea whether the retrieval of today's date will work. The code declares the following variables:
Code:
var today = new Date(); // Date object to store the current date
var todaysDay = today.getDay() + 1; // Stores the current day number 1-7
var todaysDate = today.getDate(); // Stores the current numeric date within the month
var todaysMonth = today.getUTCMonth() + 1; // Stores the current month 1-12
var todaysYear = today.getFullYear(); // Stores the current year
It works in the Sim, but will it work on the Reader?!?
Sincerely,
Ben.