How to validate a date if a another is anterior
"edgnets" <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, do you mean how to see if a date is before than other date ? it that´s your question, you will need to get the date form your UI component in a date object like java.util.Date, once you have the two date objects you can use the before method to check: date1.before(date2) habiler wrote: > Hello, > > I m using netbeans graphics utilities. How can i validate a date from jDateChooser if another date is anterior? > > Thanks for all > > Habiler