Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6040647
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T06:32:41+00:00 2026-05-23T06:32:41+00:00

Is there a generic parser to parse … ago strings and turn them into

  • 0

Is there a generic parser to parse “… ago” strings and turn them into DateTime objects?

Possible sentences are:

  • 1 year|@count years (and 1 week|@count weeks) ago
  • 1 week|@count weeks (and 1 day|@count days) ago
  • 1 day|@count days (and 1 hour|@count hours) ago
  • 1 hour|@count hours ago (and 1 min|@count min) ago
  • 1 min|@count min ago (and 1 sec|@count sec) ago
  • 1 sec|@count sec ago

So its either a combination of two (Foo and Bar ago) or only one (Foo ago). And it can be singular or plural.

Ruby’s DateTime::parse() cannot handle this, nor can DateTime::strptime().

I am hoping for a gem or a snippet somewhere that handles this.

Else I will have to create my own parser, in which case a pointer to how-to-create own DateTime Parsers would be very welcome.

Sidenote: For Future Reference: These are the timestrings generated by Drupals Format Interval

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T06:32:42+00:00Added an answer on May 23, 2026 at 6:32 am

    The Chronic gem may be what you’re looking for.

    require 'chronic'
    Chronic.parse "2 days ago"
    # => 2011-06-14 14:13:59 -0700
    

    Per @injekt (one of Chronic’s maintainers), you can handle “1 year and 1 week ago” like this:

    str = "one year and 1 week ago"
    chunks = str.split('and')
    
    Chronic.parse(chunks[1], :now => Chronic.parse(chunks[0] + 'ago'))
    #=> 2010-06-09 14:29:37 -0700
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there a generic way to clone objects in VBA? So that i could
Is there a generic TimeZoneInfo for Central Europe that takes into consideration both CET
I'm trying to make my code as generic as possible. I'm trying to parse
Is there a generic/automatic way in R or in python to parse xml files
Is there a generic way, without creating and managing your own CLR host, to
Is there a generic API call I can make to get a handle of
Is there a generic container implementing the 'set' behaviour in .NET? I know I
Is there a generic way of determining all attributes (and their values) from an
In ASP.NET MVC there are generic master views ( ViewMaserPage<T> ). But what is
Are there any more generic tools that can compile or basically merge multiple PHP

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.