Flowframe / laravel-trend

Generate trends for your models. Easily generate charts or reports.
MIT License
606 stars 64 forks source link

Add betweenTimestamp() function #20

Closed ijalnasution closed 1 year ago

ijalnasution commented 1 year ago

Sometimes, we store timestamp in database as UNIX Timestamp not Y-m-d H:i:s format, so I create betweenTimestamp() function to support it and do some adjustment in Adapters and Trend class.

Larsklopstra commented 1 year ago

I see no reason to support this since you can convert the timestamp to a Carbon instance