Whatever message this page gives is out now! Go check it out!
millisecond(dateObject)Parameter | Required | Description |
date | Yes | Date/time object, in the range 100 AD-9999 AD.. |
| timeZone | No | Specify the time zone. You may use the function getTimeZomeInfo to retrieve the time zone of a place. |
<cfscript>
writeOutput(millisecond(now()))
</cfscript>