updated history to include date/time

This commit is contained in:
Ricky
2015-07-17 09:21:33 +10:00
parent 0fabf9922b
commit 6a7649c0dd
+6
View File
@@ -14,6 +14,12 @@ faker.finance().creditCard();
faker.internet().avatar();
```
- Added date and time support
```
faker.date().past(1, TimeUnit.SECONDS, now);
```
0.5
---
- IDN support