Android-Week-View icon indicating copy to clipboard operation
Android-Week-View copied to clipboard

Setting first day of week not working

Open Andy1408 opened this issue 8 years ago • 4 comments

How can I set the first day of the week in code?

I used: WeekView wkView = (WeekView)findViewById(R.id.weekView); wkView.setFirstDayOfWeek(Calendar.MONDAY);

But is not working Thanks in advance!

Andy1408 avatar Apr 14 '17 01:04 Andy1408

@Andy1408 did you found any solution ? I'm stuck with the same problem.

AlexNsbmr avatar Apr 28 '17 14:04 AlexNsbmr

Unfortunately no, I'm thinking of changing the source code. If I get it to work I'll let you know! (:

Andy1408 avatar May 03 '17 20:05 Andy1408

@Andy1408 that's sad :( I'll try to figure out this problem when I'll have the time. I'll let you know if I find a solution too. Thank you !

AlexNsbmr avatar May 03 '17 20:05 AlexNsbmr

I corrected this bug on this fork : https://github.com/thellmund/Android-Week-View/pull/15

Bwaim avatar Jan 07 '19 09:01 Bwaim