Change the date format in a chooser jdata

0

I would like to know if they help me, I have a data chooser combo in netbeans and I want to change the format to yyyy-MM-dd because by default unicamnete has the format dd-MM-yy. I'm working on netbeans 8.2 ... I would greatly appreciate your collaboration. I was looking for the datFormatString in the properties but there is not.

    
asked by Eddy Trejo 07.11.2018 в 20:34
source

1 answer

0

use the jChooder.setDateFormatString("yyyy-MM-dd"); attribute

    
answered by 08.11.2018 в 21:59