IsDateTime
Mon 01 January 2018Syntax
IsDateTime(String)
Description
Use the IsDateTime function to determine if String contains a date/time string in the standard PeopleSoft format, that is, in the following format:
yyyy-mm-dd hh:mm:ss.mmmmmm
Parameters
Field or Control |
Definition |
---|---|
String |
Specify the string you want to search for a valid PeopleSoft date/time. |
Returns
A Boolean value: True if the string contains a valid PeopleSoft date/time, False otherwise.