jQuery.telligent.evolution.language
This module exposes language-related utilities
Methods
formatDate
Formats the given date according the accessing user'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.
$.telligent.evolution.language.formatDate(date, completeCallback)
formatDateAndTime
Formats the given date according to the accessing user'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.
$.telligent.evolution.language.formatDateAndTime(date, completeCallback)
formatAgoDate
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.
$.telligent.evolution.language.formatAgoDate(date, completeCallback)