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

  • Home
  • SEARCH
  • 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 610843
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T17:43:09+00:00 2026-05-13T17:43:09+00:00

Does (J)Ruby support such things like Calendar in Java or CultureInfo in .NET? I

  • 0

Does (J)Ruby support such things like Calendar in Java or CultureInfo in .NET?

I want to be able to write code in Ruby similar to this:

locale = Locale.new("en-GB")
date1 = "30/12/2000".to_date(locale)

locale = Locale.new("en-US")
date2 = "12/30/2000".to_date(locale)

Locale.current = "ru-RU"
date2 = "30.12.2000".to_date # uses the default locale

date1 == date2 # -> true
date2 == date3 # -> true

date1.to_s('s') # s = short format -> 30/12/2000
date2.to_s('l') # s = long format -> Saturday December 30, 2000

In addition to that I want ActiveRecord to pick current locale and correctly use it.

This applies not only to the dates but also to decimal numbers, integers etc.

Also TimeZone support should be available, so I could do things like:

utc = date1.to_utc()
date1 == utc.to_local() # -> true

Well, you get the idea.
Just need fully blown Culture/Calendar/locale support.
.NET has just everything around that. I believe Java too.

I suppose Ruby should have something similar as well (maybe as a plugin).

Currently I am trying JRuby but would be better if it could be poor Ruby implementation so it could be use on any platform.

So my question is how can achieve the full locales support in Ruby?

  • 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-13T17:43:09+00:00Added an answer on May 13, 2026 at 5:43 pm

    It really feels like i18 takes care of all this. It only requires to have the localisation files to be presented in the application.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Does Go support lambda expressions or anything similar? I want to port a library
While ruby does allow modifying any class at any place in the code, I
I want to implement of sort of Symbol the same way ruby does. For
I can't understand what the below ruby code does. Can anyone give me some
Does ruby support a way to retrieve the id for the last inserted row
I am new to Ruby, and it seems that Ruby does support variables defined
I am learning Ruby. My background is C++/Java/C#. Overall, I like the language, but
Does carrier wave support file format like .doc ,.pdf and other paper file formats?If
I want to use overloading feature in Ruby like many other languages, but Ruby
Does ruby or rails provide a method to order strings in a specified order?

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.