excel_date

edits dates in the Spreadsheet via a popup calendar

string excel_date;

Example

$$("ssheet").setCellEditor(8,2,{ editor:"excel_date"});

Details

The calendar is shown automatically as soon as you trigger item editing. Works with dates in Excel format.

Note that this editor will only work with the Spreadsheet.

For more info on Calendar check the dedicated article.

See also
Back to top