Using date and time fields on your search form
To normalize the date and time value
- Include a hidden integer field on the form.
If you have an event that constructs your filter query, create a Set Fields active link that copies the value of the date and time field to the hidden integer field.
This causes the client to convert the date and time string to the appropriate integer value, which takes into account the locale and time zone of the client and normalizes it to the date and time used by the server.
For example:Hidden_Integer [1250143200]
Use the value of the hidden integer as the value of the date that you are passing.
An example of the resulting filter query is as follows:'modifiedTime' >= "1250143200"
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*