I am using the Swingx JXDatePicker to enable date selection in a java application with NEtBeans.
I just need the date but anytime the date is selected from the calender button, I get the date and time formatted together in this form : Sat Apr 13 00:00:00 BST 2013
however , I just want to have the date and not the time.
that is in a form like : Sat Apr 13 2013 or any other form without the time included
Is there a way to trim the default format to have just the date.
thank you all.