I encounterd thi issue with the Date object
Parsing an XMLList... this is the code:
//////for cycle
_giorno = i-d.day+1;
_d = new Date(anno, mese, _giorno);
var eventi:XMLList = _source.children().(_eventiDel(valueOf(), _d.getDate(), mese, anno));
/////
I don't have the warning if I write:
//////for cycle
_giorno = i-d.day+1;
_d = new Date(anno, mese, _giorno);
var eventi:XMLList = _source.children().(_eventiDel(valueOf(), _giorno, mese, anno));
/////
_eventiDel is a function I use to parse the XML source, it returns a boolean value, it seems like getDate is not solved when I pass it as parameter...
Showing posts with label getDate. Show all posts
Showing posts with label getDate. Show all posts
Tuesday, January 22
Subscribe to:
Comments (Atom)