Return true if the specified yyyymmddValue represents a valid Date value in the "YYYYMMDD" format, and false otherwise.
Declared in <bdlt_dateutil.h>
static
bool
isValidYYYYMMDD(int yyyymmddValue);
true if valid, false otherwise
| Name | Description |
|---|---|
| yyyymmddValue | integer in YYYYMMDD form |