From 9a46dc023dc2123c305f2b7bc39ddc5efb7c9c6e Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Mon, 11 Jul 2005 06:19:59 +0000 Subject: Bug 291209: Allow Relative Date Searches by Hour - Patch by Justin "Callek" Wood r=joel a=justdave --- template/en/default/search/search-help.html.tmpl | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'template') diff --git a/template/en/default/search/search-help.html.tmpl b/template/en/default/search/search-help.html.tmpl index 0d4b53e26..0c8529d05 100644 --- a/template/en/default/search/search-help.html.tmpl +++ b/template/en/default/search/search-help.html.tmpl @@ -92,15 +92,17 @@ { id => "chfieldfrom", html => "Specify the start and end dates either in YYYY-MM-DD format
(optionally followed by HH:mm, in 24 hour clock), or in relative
- dates such as 1d, 2w, 3m, 4y, which respectively mean one day,
- two weeks, three months, or four years ago. 0d is last midnight,
- and 0w, 0m, 0y is the beginning of this week, month, or year." }, + dates such as 1h, 2d, 3w, 4m, 5y, which respectively mean one hour,
+ one day, two weeks, three months, or four years ago. 0d is last
+ midnight, and 0h, 0w, 0m, 0y is the beginning of this hour, week,
+ month, or year." }, { id => "chfieldto", html => "Specify the start and end dates either in YYYY-MM-DD format
(optionally followed by HH:mm, in 24 hour clock), or in relative
- dates such as 1d, 2w, 3m, 4y, which respectively mean one day,
- two weeks, three months, or four years ago. 0d is last midnight,
- and 0w, 0m, 0y is the beginning of this week, month, or year." }, + dates such as 1h, 2d, 3w, 4m, 5y, which respectively mean one hour,
+ one day, two weeks, three months, or four years ago. 0d is last
+ midnight, and 0h, 0w, 0m, 0y is the beginning of this hour, week,
+ month, or year." }, { id => "chfieldvalue", html => "The value the field defined above changed to during that time." }, ] %] -- cgit v1.2.3-24-g4f1b