Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Receive date values or getMonth and Year #6

Open
beulahevelyn opened this issue Apr 27, 2016 · 1 comment
Open

Receive date values or getMonth and Year #6

beulahevelyn opened this issue Apr 27, 2016 · 1 comment
Assignees

Comments

@beulahevelyn
Copy link

The Java Methods of WeekDatePicker.getMonth() or WeekDatePicker.getYear() or get selected Date to receive the selected date values does not seem to work. Any help??

@beulahevelyn
Copy link
Author

Just in case if it helps someone. To show the Current Date's Month and Year:
datePicker.setDateIndicator(LocalDate.now(), true);
String month = LocalDate.now().getMonth().toString() ;
int year = LocalDate.now().getYear();
tvmonth.setText(month+" "+year);

Receiving WeekDatePicker's 'SelectedDate' Value still seems a problem,.....

@blazsolar blazsolar self-assigned this May 3, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants