Sort Date and Time Newest to Oldest command¶
Summary¶
Sorts date and time at the current column in descending order.
Description¶
Sorts date and time at the current column in descending order.
How to Run¶
- Default Menu: Sort > Sort Date and Time Newest to Oldest 
- All Commands: Sort > Sort Date and Time Newest to Oldest 
- Toolbar: None 
- Status Bar: None 
- Default Keyboard Shortcut: None 
Plug-in Command ID¶
EEID_SORT_DATE_A (3973)
Macros¶
[JavaScript]¶
editor.ExecuteCommandByID(3973);
[VBScript]¶
editor.ExecuteCommandByID 3973