%iKnow.Matching.Formats.SimpleDateFormat
class %iKnow.Matching.Formats.SimpleDateFormat extends %iKnow.Matching.Formats.Format
This is a very simple example of a %iKnow.Matching.Formats.Format implementation, simply checking whether the supplied strings can be converted to a proper date and optionally returning it as output.
Format parameters:
- dateFormat (%Integer, default -1): the dformat parameter passed to $zdateh or $zdatetimeh
- timeFormat (%Integer, default 0): the tformat parameter passed to $zdatetimeh, 0 means no time is checked
- output (%Boolean, default 0): whether or not to output the identified date
Method Inventory (Including Private)
Methods (Including Private)
Implementations of this method check whether an individual string complies with the format this class represents, returning a matchScore (0..1) and optional matchedWordBits, isScattered and formatOutput through output parameters.
Inherited Members
Inherited Properties (Including Private)
Inherited Methods (Including Private)
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %ConstructCloneInit()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OnAddToSaveSet()
- %OnClose()
- %OnConstructClone()
- %OnNew()
- %OnValidateObject()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- Finalize()
- HasMatchAll()
- MatchAll()
- MatchAllHashes()
- TestParams()