Which one is valid string function
Answers
Answered by
5
The is Date (string, string) function accepts two string arguments. It takes them, compares the first argument with the second as a pattern and, if the first string can be converted to a date which is valid within system value of locale , according to the specified pattern , the function returns true.
Answered by
1
The isDate(string, string) function accepts two string arguments. It takes them, compares the first argument with the second as a pattern and, if the first string can be converted to a date which is valid within system value of locale , according to the specified pattern , the function returns true.
Similar questions