<?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/13/w/api-documentation/75719/language-javascript-api-module</link><description>&lt;p&gt;&lt;span&gt;Developing on Verint Community? Use the API documentation as a reference for all supported interactions with Verint Community.&lt;/span&gt;&lt;/p&gt;</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/13/w/api-documentation/75719/language-javascript-api-module</link><pubDate>Fri, 08 Mar 2024 17:51:07 GMT</pubDate><guid isPermaLink="false">2c6e71fc-a6b9-42d9-aae8-5e1dc4f52839</guid><dc:creator>Ben Tiedt</dc:creator><comments>https://community.telligent.com/community/13/w/api-documentation/75719/language-javascript-api-module#comments</comments><description>Current Revision posted to API Documentation by Ben Tiedt on 03/08/2024 17:51:07&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>