<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>language JavaScript API Module</title><link>https://community.telligent.com/community/11/w/api-documentation/65016/language-javascript-api-module</link><description /><dc:language>en-US</dc:language><generator>14.0.0.586 14</generator><item><title>language JavaScript API Module</title><link>https://community.telligent.com/community/11/w/api-documentation/65016/language-javascript-api-module</link><pubDate>Tue, 19 Nov 2019 20:27:54 GMT</pubDate><guid isPermaLink="false">817c806e-1027-4ee4-8c13-a3cbe5ed9818</guid><dc:creator>Ben Tiedt</dc:creator><comments>https://community.telligent.com/community/11/w/api-documentation/65016/language-javascript-api-module#comments</comments><description>Current Revision posted to API Documentation by Ben Tiedt on 11/19/2019 20:27:54&lt;br /&gt;
&lt;hr class="generated-documentation-start" style="border-width:0;" /&gt;&lt;h3&gt;&lt;a id="jQuery_telligent_evolution_language" name="jQuery_telligent_evolution_language"&gt;&lt;/a&gt;jQuery.telligent.evolution.language&lt;/h3&gt;
&lt;p&gt;This module exposes language-related utilities&lt;/p&gt;
&lt;h3&gt;&lt;a id="Methods" name="Methods"&gt;&lt;/a&gt;Methods&lt;/h3&gt;
&lt;h4&gt;&lt;a id="formatDate" name="formatDate"&gt;&lt;/a&gt;formatDate&lt;/h4&gt;
&lt;p&gt;Formats the given date according the accessing user&amp;#39;s formatting options and returns the string representation via a callback function. The callback function is given one parameter: the string representation of the date.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;$.telligent.evolution.language.formatDate(date, completeCallback)
&lt;/code&gt;&lt;/pre&gt;

&lt;h4&gt;&lt;a id="formatDateAndTime" name="formatDateAndTime"&gt;&lt;/a&gt;formatDateAndTime&lt;/h4&gt;
&lt;p&gt;Formats the given date according to the accessing user&amp;#39;s formatting options with a date and returns the string representation via a callback function. The callback function is given one parameter: the string representation of the date.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;$.telligent.evolution.language.formatDateAndTime(date, completeCallback)
&lt;/code&gt;&lt;/pre&gt;

&lt;h4&gt;&lt;a id="formatAgoDate" name="formatAgoDate"&gt;&lt;/a&gt;formatAgoDate&lt;/h4&gt;
&lt;p&gt;Formats the given date as a relative date and returns the string representation via a callback function. The callback function is given one parameter: the string representation of the date.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;$.telligent.evolution.language.formatAgoDate(date, completeCallback)
&lt;/code&gt;&lt;/pre&gt;

&lt;hr class="generated-documentation-end" style="border-width:0;" /&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item></channel></rss>