DateTime.fromString()

轉換以一種格式指定的字符串 DateTime.Format
在 unix timestamp (自1970年1月1日起經過的秒數)
DateTime.fromString(str:string)

Parameters

Name Type Действие Значение по умолчанию
str string 日期字串

Return value

自1970年1月1日以來給定日期字符串經過的秒數

Description

在方法中使用 onUpdate

Example

let time = DateTime.fromString(DateTime.format(Time[0], 'YYYY.MM.DD'));