You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1 . When i read data from device it take 5 mins to receival data, windows 11 OS
I need help how to read device serial number.
how to take log between date.
i using from from and to date using code.
DateFormat dateFormat = new SimpleDateFormat("yyyy/MM/dd HH:mm:ss");
Date fromdate = new SimpleDateFormat("dd/MM/yyyy HH:mm:ss").parse("16/11/2021 00:00:00");
Date todate = new SimpleDateFormat("dd/MM/yyyy HH:mm:ss").parse("20/11/2021 22:59:59");
Long fd=fromdate.getTime();
Long td=todate.getTime();
AttendanceRecordsStatement stmt2 = aTerminal.readAttendanceRecordsFrom(fd, td);
Please help.
Thank you.
The text was updated successfully, but these errors were encountered:
ksarulmozhi
changed the title
How to read Device Serial No & take only current date logs
How to read Device Serial Number & take Current date attendance log file
Nov 17, 2021
1 . When i read data from device it take 5 mins to receival data, windows 11 OS
I need help how to read device serial number.
how to take log between date.
i using from from and to date using code.
DateFormat dateFormat = new SimpleDateFormat("yyyy/MM/dd HH:mm:ss");
Please help.
Thank you.
The text was updated successfully, but these errors were encountered: