Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Tom Rettigs Library - isdsdate(<c date string>) http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 ISDSDATE(<C date string>)
 Evaluates whether a date string is valid.
 Returns <expL> true if <date string> is valid in format and contents.

 <date string> is in the format "YYYYMMDD".

 * Validate user-entry date string
 m_datestr = SPACE(8)
 @...SAY "Enter date as YYYYMMDD string:";
     GET m_datestr PICTURE "########";
     VALID ISDSDATE(m_datestr)


             Placed in the Public Domain by Tom Rettig Assoc.

See Also: MAKEDATE() STOD()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson