Sha256: 29588f649603f8a55029c5fb5ef42b7260862c56ff34fab7f4a696660d3b536e
Contents?: true
Size: 445 Bytes
Versions: 71
Compression:
Stored size: 445 Bytes
Contents
I"±(function() { $(document).on("ready page:load", function() { return $("input[type*=date], input[name*=date], input[name$=_at]").map(function() { var date; this.type = "text"; if (this.value.match("-")) { date = this.value.split("-"); this.value = date[2] + "/" + date[1] + "/" + date[0]; } return $(this).datepicker({ language: "fr" }); }); }); }).call(this); :ET
Version data entries
71 entries across 31 versions & 1 rubygems