aboutsummaryrefslogtreecommitdiff
path: root/lib/date.js
AgeCommit message (Expand)AuthorFilesLines
2021-03-22Linting fixes for `./lib`Marak1-76/+76
2021-03-03Issue 1114: New datatype moduleLBuerstmayr1-5/+5
2019-04-18Get x dates between two datespbborel1-0/+22
2018-10-10[fix] Code styling for undefined check #711Marak1-4/+4
2018-10-10style(date): Avoid use of ternary expressions for optional argsDroogans1-4/+20
2018-10-09fix(date): Allow for `refDate` in `soon()`, `recent()`Droogans1-6/+8
2017-03-07Add faker.date.soon methodAlexey Torkhov1-1/+21
2016-03-03Install jsdoc and add doclet stubs for all methodsTobias Witt1-0/+43
2015-07-18Adding generators: faker.date.month(), faker.date.weekday()Michael Radionov1-1/+33
2015-07-08[refactor] [major] Adds incremental browser builds. Switch to using prototype...Marak1-55/+57
2015-07-07[refactor] [dist] Allow for node to require individual locales ( to avoid the...Marak1-1/+1
2014-11-12Have past, future and recent return random datesDaniel Perez Alvarez1-3/+17
2014-09-22[fix] Date.past #110Marak1-1/+1
2014-09-10[fix] Do not serialize Dates from Date.random APIs. Dates are now returned as...Marak1-5/+5
2014-07-22Bug fixes and latest version.FotoVerite1-6/+6
2014-07-22Merge pull request #86 from northernv/fix-future-dateMatthew Bergman1-1/+1
2014-06-16added hours in date.recent. Currently the code returns date in past minutes. ...Ed Shadi1-1/+1
2014-05-21Ensure Date.future returns a date in the future.Shane A. Stillwell1-1/+1
2014-05-17Moving to major new version for change of package name for uppercase to lower...FotoVerite1-8/+8
2013-11-05Add Date functionality: past, future, recent, betweencyanos31-0/+42