Designing and Implementing Business Process Models : Business Rules Reference : Functions Overview : boolean verifyDate(int year, int month, int day)
boolean verifyDate(int year, int month, int day)
Verifies that the date represented by the specified year, month and day is valid.
Input Parameters
year
Integer The 4-digit year of the date.
month
Integer The numeric month within the specified year (1 = January, 2 = February, ..., 12 = December).
day
Integer The numeric day within the specified month.
Return Value
Boolean Returns true if the date represented by the specified year, month and day is valid, false otherwise.
Copyright © 2016 Software AG, Darmstadt, Germany.

Product LogoContact Support   |   Community   |   Feedback