Introduction
Introduction Statistics Contact Development Disclaimer Help
datepicker: make ISO week date the default - jscancer - Javascript crap (relati…
git clone git://git.codemadness.org/jscancer
Log
Files
Refs
README
LICENSE
---
commit 70c0a2de548b115364be4d4f6c5f7d087588eb67
parent f935729e47ef10ea25e010272b7e31a435f3b7db
Author: Hiltjo Posthuma <[email protected]>
Date: Thu, 2 Jun 2016 18:42:31 +0200
datepicker: make ISO week date the default
Diffstat:
M datepicker/datepicker.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/datepicker/datepicker.js b/datepicker/datepicker.js
@@ -6,7 +6,7 @@ function datepicker_init(input) {
"July", "August", "September", "October", "November", "Decembe…
];
var datepicker_days = [ "Su", "Mo", "Tu", "We", "Th", "Fr", "Sa" ];
- var datepicker_isoweekdate = false;
+ var datepicker_isoweekdate = true;
var parsedateutc = function(s) {
var l = s.split("-"), d;
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.