Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions shared/global/third-party/jquery/datefunctions.js
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,6 @@ Date.dateTimeFormat = 'dd/mm/yyyy g:i:s';
* @name asString
* @type Date
* @cat Plugins/Methods/Date
* @author EVANGELIA DENDRAMIS
*/
add("asUTCTime", function() {
var r = Date.dateTimeFormat;
Expand Down Expand Up @@ -526,4 +525,4 @@ Date.dateTimeFormat = 'dd/mm/yyyy g:i:s';
//return ('0'+num).substring(-2); // doesn't work on IE :(
};

})();
})();