By bdtushar on
HI
I want to make a views which will show only node posted on today. How could I do that. I used filter by date using offset '+0 day'. But its not working. Can anybody help me.
HI
I want to make a views which will show only node posted on today. How could I do that. I used filter by date using offset '+0 day'. But its not working. Can anybody help me.
Comments
try this select operator = Is
try this
select operator = Is greater than or equal to
value type = an offset from the current time ..
value = -1 day
ꦱꦠꦽꦶꦪ
solved
Thanks. Its working fine.