La data in Flash

« Older   Newer »
  Share  
max_400
view post Posted on 15/1/2015, 02:28     +1   -1




La data in Flash



CODICE
//Inizializzazione dell’oggetto Date
new Date();
dat = new Date();
//Restituzione delle informazioni
gg = dat.getDate();
mm = (dat.getMonth() + 1);
aa = dat.getFullYear();
 
Top
0 replies since 15/1/2015, 02:28   27 views
  Share