<?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/12/w/api-documentation/71642/language-javascript-api-module</link><description>Developing on Verint Community? Use the API documentation as a reference for all supported interactions with Verint Community.</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/12/w/api-documentation/71642/language-javascript-api-module</link><pubDate>Fri, 15 Jan 2021 20:25:27 GMT</pubDate><guid isPermaLink="false">6097e366-0f4c-4455-ab49-9a99294edf0c</guid><dc:creator>Ben Tiedt</dc:creator><comments>https://community.telligent.com/community/12/w/api-documentation/71642/language-javascript-api-module#comments</comments><description>Current Revision posted to API Documentation by Ben Tiedt on 01/15/2021 20:25:27&lt;br /&gt;
&lt;hr class="generated-documentation-start" style="border-width:0;" /&gt;&lt;h3&gt;jQuery.telligent.evolution.language&lt;/h3&gt;
&lt;p&gt;This module exposes language-related utilities&lt;/p&gt;
&lt;h3&gt;Methods&lt;/h3&gt;
&lt;h4&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;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;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>