Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Dillingham authored Apr 27, 2019
1 parent 189d502 commit 23e806f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class RecentUsers extends ListCard
- Latest resource / oldest resource
- Upcoming / past due resources
- Top resource by relationship count
- Top resource by relationship sum
- Top resource by relationship's column sum


**Card Heading**
Expand Down Expand Up @@ -115,9 +115,9 @@ Format: 55.2k insread of 55200
-value('orders_sum', '0.0a') // 55.2k
-value('orders_sum', '($ 0.00 a)') // $55.2k
```
Timestamp: add third parameter
Timestamp: add third parameter for [moment.js formats](https://momentjs.com/docs/#/displaying/format/)
```php
->value('created_at', 'mm/dd'', 'timestamp')
->value('created_at', 'MM/DD'', 'timestamp')
```

**Limit**
Expand Down

0 comments on commit 23e806f

Please sign in to comment.