Differences
This shows you the differences between the selected revisions of the page.
2012-05-07 | 2012-09-24 | ||
getting rid of ui_transfer_custom (martin) | syntax (martin) | ||
Line 30: | Line 30: | ||
| &beta_feature: ||| | | &beta_feature: ||| | ||
| ''>yyyy-mm-dd[ hh:mm[:ss]]'' | Matches files modified the last time after the date or time. | ''>2012-01-01'', ''>2012-02-29 08:47'' | | | ''>yyyy-mm-dd[ hh:mm[:ss]]'' | Matches files modified the last time after the date or time. | ''>2012-01-01'', ''>2012-02-29 08:47'' | | ||
- | | ''>time[YDHNS]'' | Matches files modified the last time within specified interval. One of the following units must be used: ''Y'' (years), ''D'' (days), ''H'' (hours), ''N'' (minutes') or ''S'' (seconds). | ''*.doc>1Y'' | | + | | ''>time[YDHNS]'' | Matches files modified the last time within specified interval. One of the following units must be used: ''Y'' (years), ''D'' (days), ''H'' (hours), ''N'' (minutes) or ''S'' (seconds). | ''*.doc>1Y'' | |
| ''<yyyy-mm-dd[ hh:mm[:ss]]'' | Matches files modified the last time before the date or time. | ''*.doc<2012-02-29 08:54:21'' | | | ''<yyyy-mm-dd[ hh:mm[:ss]]'' | Matches files modified the last time before the date or time. | ''*.doc<2012-02-29 08:54:21'' | | ||
| ''<time[YDHNS]'' | Matches files modified the last time before specified interval. | ''<60D'' | | | ''<time[YDHNS]'' | Matches files modified the last time before specified interval. | ''<60D'' | |