Skip to content

Instantly share code, notes, and snippets.

@Macagare
Created July 25, 2013 12:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save Macagare/6079196 to your computer and use it in GitHub Desktop.
Save Macagare/6079196 to your computer and use it in GitHub Desktop.
create CF Date from UNIX timestamp
createObject('java','coldfusion.runtime.OleDateTime').init(javaCast('long',timestamp * 1000))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment