\think\model\concernTimeStamp

自动时间戳

Summary

Methods
Properties
Constants
No public methods found
No public properties found
No constants found
formatDateTime()
checkTimeStampWrite()
$autoWriteTimestamp
$createTime
$updateTime
$dateFormat
N/A
No private methods found
No private properties found
N/A

Properties

$autoWriteTimestamp

$autoWriteTimestamp : boolean|string

是否需要自动写入时间戳 如果设置为字符串 则表示时间字段的类型

Type

boolean|string

$createTime

$createTime : false|string

创建时间字段 false表示关闭

Type

false|string

$updateTime

$updateTime : false|string

更新时间字段 false表示关闭

Type

false|string

$dateFormat

$dateFormat : string

时间字段显示格式

Type

string

Methods

formatDateTime()

formatDateTime(mixed  $format, mixed  $time = 'now', boolean  $timestamp = false) : mixed

时间日期字段格式化处理

Parameters

mixed $format

日期格式

mixed $time

时间日期表达式

boolean $timestamp

是否进行时间戳转换

Returns

mixed

checkTimeStampWrite()

checkTimeStampWrite() : void

检查时间字段写入