Sha256: 675392d0995cdeffe507cca14fce069178ecdc7bad3b7b249dd3976bca6e1ed7
Contents?: true
Size: 427 Bytes
Versions: 10
Compression:
Stored size: 427 Bytes
Contents
I"Ÿ(function() { $(document).on("ready page:load", function() { return $("input[type*=date], input[name*=date]").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
10 entries across 5 versions & 1 rubygems