I am doing a Java and GWT project and are stuck in one part. I want to create a reminder reminding that the user enters a date and time, and at this time a pop-up reminder of the user about his event should appear. Can anyone suggest me some approach to achieve this.
When I googled for a solution, I found some things related to timers in GWT, but I think the timer has a schedule() method that takes milliseconds as a parameter, but converting date and time in milliseconds doesn't seem to be a solution, so any other alternative highly appreciated.
source share