Closed wta closed 12 years ago
Hello
Having a "database" with events, we'd like to list all coming events (beginning after the current date). The following code doesn't work as expected:
---- datatable ---- cols : %title%, website, begin_dt, end_dt, deadline_dt, notification_dt, cameraready_dt headers : Details, Web Site, Start, Finish, DEADLINE, Notification, Camera Ready filter : begin_dt>%now% sort : deadline ----
Is it a bug with the %now% variable or we did something wrong?
Regards, wta
On 2010-09-28 this is probably fixed by b2d74af0. So issue can be closed.
Hello
Having a "database" with events, we'd like to list all coming events (beginning after the current date). The following code doesn't work as expected:
Is it a bug with the %now% variable or we did something wrong?
Regards, wta