X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/21b1fba6d82436a48b687a372a4c44ba89ee6d59..25b6e6a881fe0faf7f85b81c6eb6ee25a835b542:/js/kivi.js diff --git a/js/kivi.js b/js/kivi.js index 97089645c..3ee73a708 100644 --- a/js/kivi.js +++ b/js/kivi.js @@ -37,7 +37,7 @@ namespace("kivi", function(ns) { if (date === '') return null; - if (date === '0') + if (date === '0' || date === '00') return new Date(); var parts = date.replace(/\s+/g, "").split(ns._date_format.sep);