Posts by blendaguedes • 41 points
2 posts
-
3
votes1
answer128
viewsA: How to put only Month and Year in Datapicker (Javafx)
Take a look at this article. The part that configures the format you want is: birthdayDatePicker.setDateFormat(new SimpleDateFormat("yyyy-MM-dd"));`…
-
1
votes1
answer50
viewsA: What is the problem with this query of my JSP?
Check that your user variable is set. Debug and see its value. It should be set to String, not null.