Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wuwx/laravel-admin-timestamp-between
https://github.com/wuwx/laravel-admin-timestamp-between
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/wuwx/laravel-admin-timestamp-between
- Owner: wuwx
- License: mit
- Created: 2020-02-20T15:32:44.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-28T05:50:57.000Z (over 4 years ago)
- Last Synced: 2024-09-25T16:06:20.342Z (3 months ago)
- Language: PHP
- Size: 2.93 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-laravel-admin - timestamp-between-filter - 起止时间段查询 (扩展包 / 网格类扩展包)
README
Laravel Admin Timestamp Between Extension
======
```
composer require wuwx/laravel-admin-timestamp-between
``````php
$filter->timestampBetween('SQsj', "申请时间")->datetime();
```