Skip to content

Home > sculp-js > dateToStart

dateToStart() function

将日期转换为一天的开始时间,即0点0分0秒0毫秒

Signature:

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

Parameters

Parameter

Type

Description

value

DateValue

Returns:

Date

{Date}

Released under the MIT License.