I needed to know the current time of the computer and compare it with values in the database, for example:
'agenda.hora >= "' + formatdatatime('hh:ss',now) + ";
It turns out that both the bank and the format will return a string, the bank I can convert to integer, but I do not know how to convert the result of FormatDataTime
.