FormatDateFilter method: SearchQuery class
Syntax
FormatDateFilter(datefilter)
Description
Use this method to convert dates from the internal PeopleSoft date format into a search engine-specific format. You must use this method when the query string is programmatically created.
Note:
This is an abstract method.
Parameters
| Parameter | Description |
|---|---|
|
datefilter |
Specifies the search filter as a Date value. |
Returns
A String value.
Related Topics