lstoyanoff/carbon-field-date-range

Carbon Fields 扩展,添加日期范围字段类型。

1.0 2021-02-27 22:54 UTC

This package is auto-updated.

Last update: 2024-09-28 06:38:02 UTC


README

提供选择日期范围的能力,并将其以自定义格式保存在数据库中。

使用方法

Field::make( 'date_range', 'date', __( 'Select Date Range', 'crb' ) ),

值格式

array(
	'value' => '2021-02-28 to 2021-03-03',
	'from'  => '2021-02-28',
	'to'    => '2021-03-03',
)