Dharmesh Patel
Results
1
comments of
Dharmesh Patel
This is alternative solution to identify year. It will display Date format like "Sun 23 Jan 2020" SimpleDateFormat df = new SimpleDateFormat("E dd MMM yyyy"); .setDayFormatter(df)