diff options
| author | James Cook <james@lindenlab.com> | 2010-04-20 14:52:09 -0700 |
|---|---|---|
| committer | James Cook <james@lindenlab.com> | 2010-04-20 14:52:09 -0700 |
| commit | 6d1e44b0338dd2815f605a5ba6e6528932cf3ebc (patch) | |
| tree | 469e5a201b84e7702a4a2c78319f772650eb8428 /indra/newview/lldateutil.cpp | |
| parent | d373dc8782e7085e313b3637c168c87c2b5a71ed (diff) | |
Avatar picker requests are routed via sim capability
Diffstat (limited to 'indra/newview/lldateutil.cpp')
| -rw-r--r-- | indra/newview/lldateutil.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/lldateutil.cpp b/indra/newview/lldateutil.cpp index 150edb5bf8..1a13cd05fd 100644 --- a/indra/newview/lldateutil.cpp +++ b/indra/newview/lldateutil.cpp @@ -180,3 +180,8 @@ std::string LLDateUtil::ageFromDateISO(const std::string& date_string) { return ageFromDateISO(date_string, LLDate::now()); } + +std::string LLDateUtil::ageFromDate(S32 year, S32 month, S32 day) +{ + return age_from_date(year, month, day, LLDate::now()); +} |
