Reputation: 1623
Which is the best way for converting Util date to SQL date and vice-versa in GWT? I have sql date in the format "yyyy-MM-dd hh:mm:ss" and also store it in same format.
Upvotes: 0
Views: 1262
Reputation: 9537
Basic Principles -
java.util.Date vs java.sql.Date
Upvotes: 0