Re: [flexcoders] Re: a little newbie problem

2007-08-27 Thread Gustavo Duenas

thanks that was good, I did and It looks ok, Thanks.


Regards


Gustavo



On Aug 27, 2007, at 10:57 AM, candysmate wrote:


Gustavo,

Try:

if (now.day.toString() == "1" || now.day.toString() == "3" ||
now.day.toString() == "5")

best, Graham








GUSTAVO A. DUENAS
Creative Director
LEFT AND RIGHT SOLUTIONS
904.  265 0330 - 904. 386 7958
www.leftandrightsolutions.com
Jacksonville - Florida






[flexcoders] Re: a little newbie problem

2007-08-27 Thread candysmate
Gustavo,

Try:

if (now.day.toString() == "1" || now.day.toString() == "3" ||
now.day.toString() == "5")

best,  Graham