Convert Date to sql compatible string
let a=Date();
let sqlString=' "Docdate" > '+a.dbString();
Convert the string to the format from current used database (Standard connection)
Note: Better to work with double point in sql statements. Use dbString only