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