I want to write a Persian Date picker component in JavaFX
, I looked and checked JDK8's embedded calendar, but you know I need a road map and guideline to start my project. (Oracle documents aren't sufficient, I think)
Asked
Active
Viewed 965 times
0

Matt
- 14,906
- 27
- 99
- 149

mohammadkad
- 105
- 1
- 10
-
I know datePicker but what is Persian ? – Tilak Madichetti May 29 '16 at 09:27
-
@TilakMadichetti , Hi That's our country calendar ( Farsi - Persian - Jalali Calendar ) – mohammadkad May 29 '16 at 09:29
-
2You can set a Chronology on a DatePicker. See https://docs.oracle.com/javase/8/javafx/user-interface-tutorial/date-picker.htm#sthref250 and https://docs.oracle.com/javase/8/docs/api/java/time/chrono/Chronology.html?is-external=true – Jaims May 29 '16 at 11:36
-
1@Jaims I read all of them but there is no implementation of persian calendat to use. I need to write it from scratch. – mohammadkad May 30 '16 at 03:39
-
2See my answer on this [SO-Post](http://stackoverflow.com/a/40354105/2491410) with a finished example of a persian datepicker. – Meno Hochschild Nov 15 '16 at 14:08
-
@MenoHochschild I appreciate it. – mohammadkad Nov 15 '16 at 18:22
-
please have a look at https://stackoverflow.com/questions/39357121/how-to-implement-persian-calandar – woshka Aug 13 '18 at 13:37