0
votes
3answers
33 views
Asp.net calendar control won’t stop having a silver title…! (css)
Trying to CSS it, I can CSS the cells, and the days of the week, and I think the top part that says the month, but the area around the month is silver, and no attempt at cssing it …
1
vote
6answers
99 views
Calendar returns wrong month
Calendar rightNow = Calendar.getInstance();
String month = String.valueOf(rightNow.get(Calendar.MONTH));
After the execution of the above snippet, month gets a value of 10 instea …
0
votes
0answers
21 views
Open Source Calendar Solutions (integrate with Google Calendar)
I'm looking for an open-source javascript solution that would allow me to style a calendar. So far the best I've found has been http://arshaw.com/fullcalendar/ the only problem wi …
0
votes
1answer
20 views
How to reset a field when changing a date ui.datepicker.js (PHP / MySQL)
Hi,
I'm using ui.datepicker.js
I have a form and when the date is changed I want that another field reset the status (this field is a dropdown select box).
The case is the foll …
0
votes
3answers
27 views
Recurring Calendar Events that don’t expire
I'm looking for a library in PHP (or better yet in ruby) to handle an events calendar. I've looked a dozens of them and every one breaks down when it comes to recurring events. Man …
0
votes
0answers
19 views
Flash calendar available anywhere? surely there is.
Hi,
I am looking for a flash calendar that allows drag and drop placement of dates (Free or otherwise) as seen on google calandar, outlook or HERE.
I have found a number of silv …
1
vote
6answers
332 views
Integrating jQuery fullcalendar into PHP website
Hello,
I would like to integrate the jQuery fullcalendar into my PHP website, but I don't know how to handle the event and how to use the JSON data from MySQL.
Any advice would …
2
votes
2answers
53 views
How to determine if date/time is EDT or EST in Java?
I have a PDF that users must complete. The PDF has date and time fields on it. The PDF instructs the users to input the date and time in Eastern format (Not EST or EDT). When the u …
2
votes
2answers
62 views
Java: Is this a correct way to get the current time as a Calendar object in a particular time zone?
I know there are other similar questions to this, but I came up with my own way of getting the current time in a specific time zone, so I just wanted to confirm if it is correct or …
0
votes
1answer
19 views
Single day all day appointments in .ics files
I'm creating an ics file using ASP.NET for importing holiday into Outlook 2007 and trying to set the all-day-event flag. This works fine on multi-day holidays, but for single days, …
0
votes
2answers
45 views
ui.datepicker.js calendar autoUpdate another calendar when date change.
Hi,
I'm using ui.datepicker.js
In my edit form I have 2 calendars that have their own function.
Calendar A : is the date that the invoiced is created
Calendar B : is the date fo …
0
votes
0answers
13 views
How to refresh the BlackBerry Calendar Event Viewer after changing event in custom menu item handler?
Hi,
I created a custom menu item inside the Blackberry Calendar Event Viewer which opened another screen. When the screen is closed, something was changed on the event and was co …
-3
votes
2answers
56 views
PHP Calendar - How to make it send an email notification for new events?
I'm using http://phpcodeworks.com/pec/index for a nice User Generated Calendar but it doesn't have the function of sending an email to me when someone posts an event. I'd really li …
0
votes
1answer
91 views
Event displaying in fullcalendar
I want to display event of json from mysql database. But i can't display it in calendar. I think there are some mistakes in events. But i can't point it out.
Here is my code:
ca …
0
votes
3answers
433 views
Sample for Full Calendar in jquery
I am trying to integrate the jquery Full Calendar (http://arshaw.com/fullcalendar/) in my asp.net mvc application.
I need to use this full calendar to add/edit/delete/show the ev …
