Hello, i try to build a view, which should query files by date. E.G. i will query all files, where the entry in a date-field is older than the actual date. I tried some variants like "select * from table where datefield < date ("d. m. Y"). PHPRunner doesn`t accept this code. How can i build a query which uses the actual date? Punch