ActionScript VQS Errata – p159 Code 11.8
January 18th, 2009 by Derrick Ypenburg
day = localDate.getDate(); //Corrected getDay to GetDate
month = localDate.getMonth() + 1;
year = localDate.getFullYear();
hour = localDate.getHours();
minute = localDate.getMinutes();
second = localDate.getSeconds();

no comments yet
Comments RSS Trackback
Leave a response
You must be logged in to post a comment.