RE: [Nant-users] problem with datetime::get-day-of-year()

2004-12-29 Thread Gert Driesen
@lists.sourceforge.netSubject: [Nant-users] problem with datetime::get-day-of-year() I am using the function datetime::get-day-of-year(datetime::now()). The value returned from datetime::now() is '12/29/2004 13:43:39'. Using datetime::get-day-of-year(datetime::now()) the value returned is

[Nant-users] problem with datetime::get-day-of-year()

2004-12-29 Thread TeJay
I am using the function datetime::get-day-of-year(datetime::now()). The value returned from datetime::now() is '12/29/2004 13:43:39'. Using datetime::get-day-of-year(datetime::now()) the value returned is 3. I was expecting something like 364   I then tried datetime::get-day-of-week(datetime::no