visjs timeline another calender (not Gregorian calendar) - calendar

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

Related

Need help designing the react kendo date picker to look like attached snapshot

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.

React-calendar enable/create a touch swipe feature

I'm currently using React Calendar
I would like to know if it is possible to enable a touch swipe event with it?
The objective is to swipe month to month left to right.
I have been the documentation without any luck.
Any help would be appreciated.
Thanks

How to draw a calendar, populated with Google Calendar Events?

I googled all over but couldn't find any component that will draw and populated calendar with google calendar events using AngularJS.
I found ui-calendar (http://angular-ui.github.io/ui-calendar/) which is based on fullCalendar (https://fullcalendar.io/)
but it is not working, doesnt populate calendar with events.
I opened https://fullcalendar.io/js/fullcalendar-3.5.1/demos/basic-views.html
looked in the source code and did exactly the same, created an array of events, exactly as in this example, and nothing is displayed in the calendar.
Is there any other component that actually works ???
Do you try for something like this, [ https://demo.vaadin.com/calendar ]
Also Vaadin gives you the same Calendar as Googleand you should be able to use it with AngularJS. I hope it's what you need.
Best Regards..

How to create Material calendar in codenameone?

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();

Angular UI Bootstrap Calendar Year Selector

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

Resources