We need to take a datetime string (which we’ve already received and validated from user form inputs), treat it as being specific to the America/New_York timezone, and convert it to UTC. We’re currently running ColdFusion 2018, which is limited in its native datetime functionality. So I wanted to t…
Tag: coldfusion
Class name for Liquide / Liqp Project in Lucee / Coldfusion,
I’m trying to use the Liquid template engine in coldfusion and I’m not sure what “class name” to use when creating the java object in lucee Relevant Documentation Liqp Project: https://github.com/bkiers/Liqp Lucee Doc:https://docs.lucee.org/reference/functions/createobject.html Jar Fil…