Designing and Implementing Business Process Models 10.5 | Designing and Implementing Business Process Models | Business Rules Reference | Functions | Summary of Date Functions | Date ymdToDate(int year, int month, int day)
 
Date ymdToDate(int year, int month, int day)
Creates and returns a date from three integers (year, month, day).
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
Date A date for the specified year, month and day.

Copyright © 2019 | Software AG, Darmstadt, Germany and/or Software AG USA, Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.