Currentdate

Currentdate

Good morning,

I REALLY hope I am not repeating the subject, but here it goes.

----
list Novembro
{
show all rows from Tarefas [((Inicio > '01-Nov-2008 01:00:00') && (Inicio < '30-Nov-2008 23:59:59'))]
(
Inicio as "In�cio"
Fim
Tarefa
Utilizador
Tipo_de_Apoio as "Apoio"
Instrumento_de_Trabalho as "Instrumento de Trabalho"
Local
)
filters
(
"Hoje" : (Inicio >= zoho.currentdate && Inicio <= (zoho.currentdate + '0W:0D:23H:59M:59S'))
)
options
(
display rows = 10
)
}

-----

This is the view i have created. I have tried to make a personal filter. The problem is that it seems that for some reason "zoho.currentdate" must start after 8am, because if I enter a task before that it does not show up in todays filter.

Any thoughts?

Thank you in advance.