Hi I'm new to Codename One and i did a sample on calendar but it showing normal calendar. i want to know how to implement Material Calendar in codename One?
If anyone have idea on this please suggest me some code
Thanks in Advance
Codename One currently don't have such Calendar widget, but there's a classic matrix style Calendar which you can extend and customize as you like.
import com.codename1.ui.Calendar
Calendar calendar = new Calendar();
Related
I want to re design the calender to look like this
I want help or guidance in re designing the date picker to look like the screenshot. I have tried a lot of things but I don't have the knowledge to achieve this. The screenshot is also kendo ui date picker but done in angular and i don't have access to the code.
Can anybody help me to build a calendar using react js.
I would like to achieve generating calendar after selecting the month and the year.
The calendar table would be like this
hey I want to use solar calender in timeline visjs
I have tried using moment-jalali but it didn't work.
is there anybody have used this library with another calender?
tnx in advance
Is there a way to configure the popup calendar widget such that the user can select the year from a dropdownlist? Kinda like this:
It is not a requirement I am fond of, but a requirement I am stuck with. Seems like jQueryUi's picker is about the only modern one that does that.
Thanks
I want to add events on selected date using ionic calendar and angularJs. But it should not add that event to native calendar app. How can I achieve this. Thanks in advance :)
Try with this ionic plugin, it's quite simple and have good documentation.