Android Question Calendar

ronnhdf

Member
Licensed User
Longtime User
I am looking for a calendar that starts with Monday and also shows the previous month.
Do you have an idea how to implement this?

Calendar.JPG
 

Jorge M A

Well-Known Member
Licensed User
Longtime User
You could use B4XDateTemplate from XUI Views.
Set FirstDay Property

 
Upvote 0

ronnhdf

Member
Licensed User
Longtime User
First of all, thanks for the quick answer.
I am looking for a calendar that starts with Monday and also shows the previous month
.
Calendar1.JPG
 
Upvote 0

Johan Schoeman

Expert
Licensed User
Longtime User
Something that I fiddled around with in 2017. Change it to your liking. All done in B4A and a bit of inline Java code

GIF made in 2017
1.gif



2020:
1.png
 

Attachments

  • DeclanCalendar.zip
    31.6 KB · Views: 118
Upvote 0
Top