dates are strings.
< or > arre mathematical operators for Less Than or greater Than.
you cannot perform Greater than or less than comparisons using strings
you can use UNIX_TIMESTAMP() to convert the date to a timestamp
for example:
SELECT UNIX_TIMESTAMP(fld_readsDATE) FROM ....