GithubHelp home page GithubHelp logo

Comments (5)

droyad avatar droyad commented on August 17, 2024

depends on what the actual calc is, IMHO:
"one year ago" != "last year"
OneYearAgo = DateTime.Today.AddYears(-2) < date && date <= DateTime.Today.AddYears(-1)
LastYear = DateTime.Today.Year - 1 == date.Year

If it is 1 Jan 2010, and someone said "[one|a] year ago" I would think Jan/Feb 2009. However "last year" is anytime in 2009.

from humanizer.

MehdiK avatar MehdiK commented on August 17, 2024

Thanks @droyad. You summed it up nicely. Also consistent with the comments I am getting on twitter.

from humanizer.

RalphLavelle avatar RalphLavelle commented on August 17, 2024

Yeah, they're two different things. You want to have both.

from humanizer.

MehdiK avatar MehdiK commented on August 17, 2024

@RalphLavelle I don't think both would be useful. For example if it's 1st of January, do you want to get 'last year' for 24 hours ago or 'yesterday'? I would say the latter as it's more representative of that time (and less vague). What do you think?

from humanizer.

RalphLavelle avatar RalphLavelle commented on August 17, 2024

I think from a "humanizing" perspective, people are more inclined to be vague about dates referring to something that happened more than a few months ago, and "last year" is more likely to be said than "7 months ago" under certain (year-spanning) circumstances. App could easily work out that they're different calendar years, and give "last year", otherwise "seven months ago" (within the same year). Or you could have an overload with a BeVague boolean to give people the choice of just how humanized they want things to get!

from humanizer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.