About 1,940,000 results
Open links in new tab
  1. custom calendar using javascript - Stack Overflow

    Apr 3, 2015 · How to make a basic event calendar with javascript, jquery, html and css? 7. create a calendar using CLNDR ...

  2. javascript - How to display visual interactive calendar on own web …

    Add some javascript whizzbang to make it all snappy and buzzword-compliant. That's too much too start. Focus on doing these three things sequentially. Start with a rails app that has the following models: User, Calendar, Event and allows users to edit their calendars. Don't start thinking about google until you get that first version working.

  3. Looking for Javascript calendar that will embed in a web page and …

    Oct 29, 2011 · The other type of common Javascript calendars are the types used in forms, that are often seen in drop downs, used for picking a single date. These are obviously too small and are in any case too different from what I need to extend to my purposes.

  4. jquery - Is there an open-source javascript calendar that supports ...

    Jan 31, 2012 · From the looks of it, it can bring in google calendars, but also has an eventClick event that you can bind to and use (possibly) jQuery-UI to show a dialog of further information. For a demo, do the following: Visit that fullcalendar …

  5. javascript - How to Convert any of the 5 Islamic (Hijri) Calendars ...

    Feb 22, 2022 · Searching on both StackOverflow and CodeReview sites, the Method described in this Question/Post has not been attempted; which is to convert the 5 Islamic Calendars' Dates to any of the 18 available calendars in Javascript without the use of External Date Libraries or using complex math/astronomical formulas. Javascript Intl.DateTimeFormat()

  6. javascript - Build an hour booking calendar with events and hide …

    For a new project, I have to built an hour booking calendar for doctors. I'm looking for a plugin (js / vanilla / jquery / vuetify / react) that can respond to the following needs: have a weekly vi...

  7. Java's Calendar.getInstance().getTime() equivalent in JavaScript

    Jun 13, 2018 · But if there is a method in JavaScript, which creates a date object like this one, this would be perfect. I know there is the getTime method in JavaScript, but it just gives me the time, like this: 1528879344570. I can parse most of it manually, but date, month and things like this would be complicated.

  8. How to make the calendar popup on click of a calendar icon

    Jul 10, 2018 · I am working on the website in which I want to popup the calendar on hitting calendar icon.. The HTML code which I have used in order to place Start Date and End Date are:

  9. javascript - How to get all the current year holidays from google ...

    Aug 21, 2015 · There are public calendars for national holidays you just have find the calendar id for the one you want. The best way to do this is to go into your Google Calendar on the left hand side at the bottom it says other calendars, click on the drop down menu pick browse interesting calendars, there is a large list.

  10. javascript - Fullcalendar V4 get initialised calendar by documentId ...

    Mar 20, 2019 · We have a page that can contain multiple full calendar instances.. I allow the user to choose their theme and view and various other options dynamically.