Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Create a java Date Picker component?

I have the datepicker component in the format of MM/dd/yyyy, But I want to create date picker in java the form of dd/MM/yyyy. So where can I get the suggestion or related solutions. Please give the basic idea about that. Thanks in Advance..

like image 350
Venkat Avatar asked May 22 '26 20:05

Venkat


1 Answers

in JXDatePicker you can use setFormats to change the date format. see this page and this one.

if you're talking about writing your own component from scratch then you'll need to implement the entire thing, which seems like a bit of a waste of time?

like image 175
chris Avatar answered May 24 '26 09:05

chris