FSN#36687 Iets robuuster als start_date twee keer meegegeven in filter
svn path=/Website/branches/v2016.1/; revision=29590
This commit is contained in:
@@ -1178,6 +1178,9 @@ api2 = {
|
||||
},
|
||||
toDate: function (dt)
|
||||
{
|
||||
if (dt instanceof Array)
|
||||
MULTI_DATE_NOT_SUPPORTED;
|
||||
|
||||
if (dt instanceof Date)
|
||||
return dt;
|
||||
// LET OP: Een (new Date) gemaakt binnen een plugin is vreemd genoeg geen (instanceof Date)
|
||||
|
||||
Reference in New Issue
Block a user