public interface ICustomParameterDateFormat
extends quadbase.common.util.ICustomParameterDateFormat
IQueryInParam. This
interface provides additional functionality to IQueryInParam. It allows the user to
provide a custom date format to convert a string into a java Date object. This can be used for
parameters with type DATE, TIME, or TIMESTAMP. The date format should follow the guidelines
defined in java.text.SimpleDateFormat.| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDateFormat()
This method should return a pattern for parsing the user input.
|
java.lang.String getDateFormat()
quadbase.common.util.ICustomParameterDateFormatgetDateFormat in interface quadbase.common.util.ICustomParameterDateFormat