<cfscript> x = "2022-07-19"; if ( isDate( x ) ) { writeDump( dateAdd( "d", 3, x ) ); } </cfscript>