fix: Date Column editing issue.
docs: add some examples.
This commit is contained in:
6
lib/ui/date.d.ts
vendored
6
lib/ui/date.d.ts
vendored
@ -7,6 +7,12 @@
|
||||
*/
|
||||
export function createDateInput(min?: string, max?: string, element?: HTMLInputElement): HTMLInputElement;
|
||||
|
||||
/**
|
||||
* 将日期转换成 yyyy-MM-dd 格式的字符串
|
||||
* @param dt 日期值
|
||||
*/
|
||||
export function toDateValue(dt: Date): string;
|
||||
|
||||
/**
|
||||
* 格式化日期字符串
|
||||
* @param date 要格式化的日期值<br/><br/>
|
||||
|
Reference in New Issue
Block a user