Whatever message this page gives is out now! Go check it out!
LSTimeFormat(time [, mask, locale ])Parameter | Description |
time |
|
mask | Masking characters that determine the format:
|
locale | Locale to be used. |
<cfscript>
myDateTime=CreateDateTime(2016,9,16,18,45,26);
Writeoutput(LSTimeFormat(myDateTime)); // displays 6:45:26 PM
</cfscript>