Home
last modified time | relevance | path

Searched refs:formatFloat (Results 1 – 1 of 1) sorted by relevance

/plugin/rater/scripts/
H A Djquery.tablesorter.js858 this.formatFloat = function (s) { method in AnonymousFunctionb162a0010100
908 return $.tablesorter.formatFloat(s);
917 return $.tablesorter.formatFloat(s.replace(new RegExp(/[£$€]/g), ""));
937 return $.tablesorter.formatFloat(r);
955 return $.tablesorter.formatFloat((s != "") ? new Date(s.replace(
965 return $.tablesorter.formatFloat(s.replace(new RegExp(/%/g), ""));
974 return $.tablesorter.formatFloat(new Date(s).getTime());
994 return $.tablesorter.formatFloat(new Date(s).getTime());
1002 return $.tablesorter.formatFloat(new Date("2000/01/01 " + s).getTime());