speakyourmind / SYMPLE

SYMPLE communication software platform to empower people living with disabilities.
https://speakyourmindfoundation.org/symple.html
GNU General Public License v3.0
2 stars 0 forks source link

New Last Used timestamp for all controls #8

Closed jgangjee closed 5 years ago

jgangjee commented 5 years ago

Calendar calendar = Calendar.getInstance(); calendar.setTimeInMillis(System.currentTimeMillis()); String timestamp = dateFormat.format(calendar.getTime());

???