You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As what some people know, English is not the only language in the world, and USA is not the only country in the world.
The Gregorian calendar is also not the only calendar in the world. Of course some of them are historical and no one use them, but some of them are used officially in some countries like the Hijri (Islamic), Chinese, Japanese (just the era name), Hebrew and the Julian calendar.
I know that I can use a custom module, but I think it should be easy to implement since we have the date C++ library which is based on the <chrono> header. (I'm not great in C++ and I haven't search a lot, so there might be a better library or some problems)
Personally I am interested in the Hijri calendar since I use it a lot, and I am working in a custom module to have it for now.
The text was updated successfully, but these errors were encountered:
As what some people know, English is not the only language in the world, and USA is not the only country in the world.
The Gregorian calendar is also not the only calendar in the world. Of course some of them are historical and no one use them, but some of them are used officially in some countries like the Hijri (Islamic), Chinese, Japanese (just the era name), Hebrew and the Julian calendar.
I know that I can use a custom module, but I think it should be easy to implement since we have the
date
C++ library which is based on the <chrono> header. (I'm not great in C++ and I haven't search a lot, so there might be a better library or some problems)Personally I am interested in the
Hijri
calendar since I use it a lot, and I am working in a custom module to have it for now.The text was updated successfully, but these errors were encountered: