Swing doesn't provide other than a spinner much in relation to displaying date choosers. Yes you could write your own, but if you wanted to save yourself re-writing already freely available good code, there are plenty of "Date Picker" widgets available already. An example of one if you have a look is SwingX Date Picker.
You may wish to investigate the project homepage:
https://swingx.dev.java.net/
Cheers.
Jason Barraclough.