📜  数据表日期 - 无论代码示例

📅  最后修改于: 2022-03-11 14:55:51.343000             🧑  作者: Mango

代码示例1
opts = {
                        order: [[3, "desc"]],
                        columns: [
                            null,
                            null,
                            null,
                            { "type": "date" },
                            { "type": "date" },
                            { "type": "date" },
                            null,
                        ]
                        }