Answer the question
In order to leave comments, you need to log in
Formatting times like "%n minutes ago"?
What libraries are there for formatting time in jQuery in Russian? EasyDate is wonderful, but I want it in the form of native speech.
Answer the question
In order to leave comments, you need to log in
timeago.yarp.com/+github.com/rmm5t/jquery-timeago/blob/master/locales/jquery.timeago.ru.js see _ _
Don't you know that EasyDate supports locales?
$.easydate.locales.enUS = {
"future_format": "%s %t",
"past_format": "%t %s",
"second": "second",
"seconds": "seconds",
"minute": "minute",
"minutes": "minutes",
"hour": "hour",
"hours": "hours",
"day": "day",
"days": "days",
"week": "week",
"weeks": "weeks",
"month": "month",
"months": "months",
"year": "year",
"years": "years",
"yesterday": "yesterday",
"tomorrow": "tomorrow",
"now": "just now",
"ago": "ago",
"in": "in"
};
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question