Does anyone know something similar to Date.js in Ruby? Something that could return a date object from something like: "two weeks from today." The Remember the Milk webapp includes this feature in its system and is incredibly easy to use.
I would only use the Date.js library, but since it has client-side limitations. If the user does not have javascript enabled, functionality will be lost. This will affect mobile phone users who, ideally, will use our system via text message (SMS).
I would like to use a solution that already exists, but if it is not so difficult to port this code to Ruby? I really do not really understand the interpretation of natural language, but it looks like it will take some time.
Thanks.
ruby datetime ruby-on-rails nlp
vrish88
source share