Advertisement
Guest User

Untitled

a guest
Aug 25th, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <cftry>
  2. <cfset answer="">
  3.  
  4. <cfoutput>
  5. #dateFormat( answer, 'm/d/yyyy' )#
  6. <!---#answer.dateFormat( 'm/d/yyyy' )#--->
  7. </cfoutput>
  8.  
  9. <cfcatch type="any">
  10. <cfdump var="#cfcatch#">
  11. </cfcatch>
  12. </cftry>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement