Credit Card Expiration Date

The Credit Card Expiration Date generator type supports the following constructors:

  • (Number year, Number month, Number day)

  • (Number year, Number month)

The parameters are identical to the following Generated Date constructors:

  • If day is 0 or omitted—GeneratedDate (year, month, true)

  • All other cases—GeneratedDate (year, month, day, true)