Skip to content

Home > sculp-js > dateToEnd

dateToEnd() function

将日期转换为一天的结束时间,即23点59分59秒999毫秒

Signature:

typescript
export declare function dateToEnd(value: DateValue): Date;

Parameters

Parameter

Type

Description

value

DateValue

Returns:

Date

{Date}

Released under the MIT License.