Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfcon authored Jun 22, 2020
1 parent af1c935 commit b99af42
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ MJExtension
* [Coding](#Coding)
* [Camel -> underline](#Camel_underline)
* [NSString -> NSDate, nil -> @""](#NSString_NSDate)
* [NSDate -> NSString](#NSDate -> NSString)
* [NSDate -> NSString](#NSDate_NSString)
* [More use cases](#More_use_cases)

---
Expand Down Expand Up @@ -551,9 +551,7 @@ Book *book = [Book mj_objectWithKeyValues:dict];
NSLog(@"name=%@, publisher=%@, publishedTime=%@", book.name, book.publisher, book.publishedTime);
```
### NSDate -> NSString
**模型转字典时, 修改 Date 类型至 String**
### <a id="NSDate_NSString"></a> NSDate -> NSString【模型转字典时, 修改 Date 类型至 String】
```objc
- (void)mj_objectDidConvertToKeyValues:(NSMutableDictionary *)keyValues {
Expand Down

0 comments on commit b99af42

Please sign in to comment.