ActionScript VQS Errata – p159 Code 11.8

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

Leave a response

You must be logged in to post a comment.