Short Description
|
DATETIME variable not available?
|
Entered
|
By:
PeteL
When: 1998-11-05 06:31:12 Build: 1.03.27
|
Categories
|
Type:
Suggestion
Department: Product
Category:
SurferScript
|
Description
|
I'd like to print the current date and time when a ManageSessions function is run - when I tried a TESHOW of DATETIME, it failed. How can I get this information?
|
|
Append
|
By: WindSurfer When: 1998-11-05 07:36:20 New Status:
Pending Customer
|
Comment
|
Use the heretofore undocumented function Now("").
Now("gmt") will provide the Greenwich Mean Time should you branch into an International Organization and need to compare the timing of events across the world :)
Future builds will add formatting options to the single text parameter, but if you just want the local date and time, use Now("").
|
|
Append
|
By: PeteL When: 1998-11-05 14:18:34 New Status:
Closed
|
Comment
|
thanks
|