这是一个日期吗?

  1. <html>
  2. <body>
  3.  
  4. <script type="text/vbscript">
  5. somedate="10/30/99"
  6. document.write(IsDate(somedate))
  7. </script>
  8.  
  9. </body>
  10. </html>