Skip to content

Commit

Permalink
Update README.md to clarify date parameters and provide examples for …
Browse files Browse the repository at this point in the history
…date generation
  • Loading branch information
Hunter87ff committed Dec 15, 2024
1 parent 5d206ef commit e3cafa0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,12 +179,13 @@ example :


### date
- No parameters.

- **between** - The date range. Default: `2000-2024`
- **format** - The date format. Default: `%d/%m/%Y`
- **era** - can be `now` so it will generate the current date.
example :
```json
{
"date" : "date()"
"dob" : "date(between=2000-2006)"
}
```

Expand Down

0 comments on commit e3cafa0

Please sign in to comment.