Return true if the specified yyyymmddValue represents a valid Date value in the "YYYYMMDD" format, and false otherwise.
Synopsis
Declared in <bdlt_dateutil.h>
static
bool
isValidYYYYMMDD(int yyyymmddValue);
Created with MrDocs