Skip to content

Commit 86320a6

Browse files
authored
Update README.md
Add more info about custom using date decoding strategy
1 parent 32c30c6 commit 86320a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ formatter.dateFormat = "yyyy-MM-dd'T'HH:mm:ss.SSS'Z'"
501501
try FQL().select(all: User.self).execute(on: conn).decode(PublicUser.self, dateDecodingStrategy: .formatted(formatter))
502502
```
503503

504-
or you have to or more different date formats in the same model then you could create your own date formatter like described in [issue #3](issues/3#issuecomment-406801436)
504+
or you have to or more different date formats in the same model then you could create your own date formatter like described in [issue #3](https://github.com/MihaelIsaev/FluentQuery/issues/3#issuecomment-406801436)
505505

506506

507507
### Conslusion

0 commit comments

Comments
 (0)