splitbrain / dokuwiki-plugin-data

Add and query structured data in your DokuWiki
http://www.dokuwiki.org/plugin:data
GNU General Public License v2.0
50 stars 34 forks source link

%now% variable problem #29

Closed wta closed 12 years ago

wta commented 14 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

Klap-in commented 12 years ago

On 2010-09-28 this is probably fixed by b2d74af0. So issue can be closed.