FullCalendar Business hours and TimeZone - fullcalendar

I have a problem with the fullcalendar component.
I want to that business hours depend on timezone. But I can't do it.
Could you help me?

Related

How to set minDate for flatpickr/Ninja Forms?

I kinda asked this question already but have not gotten a solution, so I am giving this another try...
I am using the WordPress Plugin ninja forms and have a datepicker. I want to disable any past dates, so that the user can only select the present or future dates in the datepicker.
I googled this a lot but from what I am understanding most posts about this won't work anymore since Ninja Forms changed its datepicker plugin from pikaday to flatpickr.
I know that I need to set "minDate" to today but I don't know how to select the datepicker field. I am attaching a screenshot of the HTML that the plugin produces. If anyone can help me with this, that would very much appreciated!!
You can modify the settings in javascript like in this documentation: Flatpickr documentation
But I'm facing the same issue because I can't make this code work on my site. I think it's the loading order or something like that... Anyway, hope this will help you!

Is it possible to extend the DatePicker control

I have a UWP app that has many Date entry fields and I currently use the DatePicker to provide the three spinners for day, month and year. In most cases this works well for my users, but where the field is a date of birth it's causing some issues for the users. They are complaining about having to scroll back through the years, in some cases many of them. Is there a way to extend or override the spinner for the year to change the behaviour of the arrow buttons to skip forward or backward ten at a time?
I've looked at using the CalendarView but I think this introduces UX issues when selecting the actual day, I feel it's more suited for mouse use rather than touch.
Any help or pointers much appreciated

How to implement Resource/Day view (e.g. Show columns on Day view for each staff member)

We are currently using an old version of FullCalendar with a custom “fork” of FullCalendar that adds support for the “ResourceDay” view (the way it shows columns on Day view for each staff member).
We want to upgrade to FullCalendar 2.x and i have a question. Is it possible to implement Resource/Day view (e.g. Show columns on Day view for each staff member) using the custom view approach in FullCalendar 2.x (http://fullcalendar.io/docs/views/Custom_Views/)
We would really appreciate your suggestions on this.
My recommendation is to wait for the official timeline view. You can read about it here.
Basically it will be a resource-like view that will probably cost money unless your project is under GPL. But it will be an official and robust version and way less work than building it yourself.
There are several open source forks of this that have tried adding it. Look at these tickets:
https://code.google.com/p/fullcalendar/issues/detail?id=490
https://code.google.com/p/fullcalendar/issues/detail?id=150#c31
Some of which are not available now, or available but have issues compiling.
This is a jQuery plugin that might help you: https://github.com/thegrubbsian/jquery.ganttView
But it has nothing to do with Fullcalendar. If you are wanting its event model to interface with your application then this might not work for you.

Flex 4.6 Arabic (Hijri) Calendar datepicker component

I am working on a Flex project that requires an Arabic (Hijri) calendar/datepicker, although I have failed to find any such components to date and been unable to satisfactorily customise the existing Flex components.
I have read up on how to convert a date from Gregorian to Hijri via the DateTimeFormatter using the locale property to specify the language/calendar type (http://blogs.adobe.com/globalization/en/formatting-with-alternate-calendars-in-flex/), but this does not seem to work on the DateField component which I was originally using for my input and datepicker.
I've also read about other issues using the locale property on the DateField component which suggested just modifying the day and month names (Flex 4.5, setting locale for datefield does not work), but that is not sufficient for the Hijri calendar which has a different way of counting days, months and years to the Gregorian calendar. Not to mention needing to order the dates right-to-left.
As this SWF is going to be embedded in a PDF I can't work around it by employing an external calendar and reading the data back into the app.
Does anyone know how I can achieve a Hijri calendar in Flash/Flex?

DatePicker Javascript

I am in need of date picker javascript which allows date in mm/dd/yy format.
And also it should have good resolution and should be non-popup based.
I searched in google but not getting my exact requirements.
Plz suggest me the proper source.
Thank You.
See the jQuery UI Datepicker, especially the display Inline example.

Resources