I'm trying to validate JDateChooser
in my swing application.
How can I validate my date column before submitting my details to the database.(It has to check whether the date column is filled or not).
Asked
Active
Viewed 1,036 times
0

dic19
- 17,821
- 6
- 40
- 69

Shrikantha
- 1
- 1
-
4Could you post a http://stackoverflow.com/help/mcve please ? – merours Nov 19 '14 at 11:03
-
2See also [*Validating Input*](https://docs.oracle.com/javase/tutorial/uiswing/misc/focus.html#inputVerification). – trashgod Nov 19 '14 at 12:55
-
I answered similar question here: http://stackoverflow.com/questions/19007738/validating-a-jdatechooser/43837726#43837726 – Gregor Ažbe May 07 '17 at 23:23