Chilkat
HOME
Android™
ASP
Visual Basic
VB.NET
C#
iOS (IPhone)
Objective-C
C++
C
MFC
Delphi
FoxPro
Java
Perl
PHP Extension
PHP ActiveX
Python
PowerShell
Ruby
SQL Server
VBScript
Determine if a String Contains a Valid DateUse IsDate to determine if a string contains a valid date. Dim d1, d2, d3 d1 = "August 12, 2004" d2 = "12/25/2000" d3 = "Chilkat Software" result = IsDate(d1) ' Returns True. result = IsDate(d2) ' Returns True. result = IsDate(d3) ' Returns False.
|
© 2000-2012 Chilkat Software, Inc. All Rights Reserved.