c++ - How to convert estimated time to string with ICU library -


How to change the estimated time in the string with the ICU library?

Frankly, it seems that you are misinterpreting the purpose of the ICU library. The ICU library is for basic Unicode support. A "estimated time" is only a time lag; ICU Lib is not concerned about where you got it.

In addition, "Relative timing styles are currently not supported." That is, the ICU can not format time intervals.


Comments

Popular posts from this blog

oracle - The fastest way to check if some records in a database table? -

php - multilevel menu with multilevel array -

jQuery UI: Datepicker month format -