ApplicationStartTime()
Provides information about the time when the current application scope was created.
ApplicationStartTime( );
Returns: date
This function does not take any arguments.
Examples
app_start = ApplicationStartTime();
dump(app_start);
See also
- Application
- Search Issue Tracker
- Search Lucee Test Cases (good for further, detailed examples)