InsertDate Method (Selection Object)¶
Inserts the current time and date. nFlags Specifies a combination of the following values: eeDateTimeDate Specifies the time followed by a space and then by the date. eeDateDateTime Specifies the date followed by a space and then by the time. The formats used for the time and date can be configured in Windows by
selecting the Regional & Language Options in Control Panel, then
selecting Date & Time. Supported on EmEditor Professional Version 4.00 or later.¶
[JavaScript]¶
document.selection.InsertDate( nFlags );
[VBScript]¶
document.selection.InsertDate [ nFlags ]
Parameters¶
Remarks¶
Version¶