I've got a .net calendar up and running and bringing information from a database. By default the day number has a post back action applied to it.
What I'm trying to do is have that action apply to the whole cell so the user doesn't need to click on just the text link.
I'm the dayRenderer action i have the following line to try and repl...
I have a requirement of sending the calendar object with time zone, like Tue Mar 03 13:43:00. I know that Calendar object always return with Tue Mar 03 13:43:00 CST 2009, so how can I create it without the time zone?
...
Hi,
We have Exchange 2007 and have a need for quite complex group scheduling. Group scheduling is useless if the people invited do not see it in their Outlook Calendar of course. The data about when those appointments are to take place and who should be there live in an Excel or Access application.
I bought the Microsoft book "Inside Mi...
How can i display the task details performed within a particular date when i click on said date in the calendar control.
Example:
I click on Jan 5 in the calendar and then i get the task performed on that date.
I am using C# and ASP.NET (2008)
...
I need to have a click to edit element on a page, that will in turn invoke an instance of the jQuery UI Datepicker.
Currently, I'm using JEditable to provide the in place editing, which is working fine. However, I have a date control input that I would like to have appear as a calendar, which is where the fun starts.
I've found a Comm...
I am building an Events Calendar using the ASP.NET/C# framework. I am able to display the summary of events in the respective days cells by data binding manually in the 'OnDayRender' event handler. The clients need the ability to click on the events inside the cells to see the details inside a pop up box.
The calendar control provided by...
I want to build a date widget for a form, which has a select list of months, days, years. since the list is different based on the month and year, i cant hard code it to 31 days. (e.g february has 28 days not 30 or 31 and some years even 29 days)
How can I use the calendar or joda object to build me these lists.
...
Hi, I want to communication using CalDAV across to my calendar server, any Java API for this?
...
For quick reference on the principle control I'm working with:
What Is An Appointment
The client has a very specific, ackward request. Modify the Appointment Label on the DevExpress SchedulerControl so that the user can click or double click on a person's Name and go to their profile instead of the appointment edit form. The subject fi...
Hi, I would like to have an iphone application...... I want to be able to have some sort of calendar where you can select any day and fill information (and save it under that date) I understand I need databases but I'm not sure how can I do this? Plan is to use the date as a primary key but I'm kind of confused in how getting this to wor...
In order to allocate enough space for an array element for each weekday of a year, I'm trying to work out the maximum number of rows I would need. That lead me onto the question of how I would work it out.
Would you have to calculate the number of days in every year for the next n years and go with that? Or is there (as I suspect) a mo...
I want to be able to run an alert if the user does not change the date/calender field.
My data is set up like this
StartDate = new DateField("Start Date ", DateField.DATE);
cal1 = Calendar.getInstance();
cal1.set(Calendar.YEAR, 2009);
cal1.set(Calendar.MONTH, 0);
cal1.set(Calendar.DAY_OF_MONTH, 1);
StartDate.setDate(cal1.getTime());
...
Ok, I'm officially stumped on this one. I have a GregorianCalendar object that I would like to determine if it is in the past, present, or future. So far, the Calendar#compareTo docs are confusing to me, in that I am getting erratic results. A simple test class will illustrate my problem:
import java.util.Calendar;
import java.util.Greg...
I have code to do multiple selections in a calendar control but I would like to change the color of the initially selected day to green and the end date to red. Visually this would indicate the start date and end date of a certain service to be
provided. Should I be looking into RenderControl Method for my calander or more looking int...
This question is kind of a subset of 90308
I'm looking for a good date library in any language which can handle periodic concepts
Date Ranges/sets which are independent of year:
dr = 1 May - 31 August
(4 May 2010) in dr
true
(4 May 2011) in dr
true
(4 March 2012) in dr
false
Day sets:
ds = m tu w sa su
(Mon, 4 ...
I have a date such as April,1,2009. I want to know what the weekday is, i.e. whether April 1 is a Monday, Tuesday etc. Likewise I want to check weekday of each day in the month of April.
...
Hi everybody.
(I ask this here, waiting for the IT Admin StackOverflow to become reality!)
The IT Operations Dept of our company (media, about 4000 employees), is searching for a scheduling/planning tool.
Our requirements are:
It should be Open Source software (highly preferred)
It will be used by about 100 concurrent users, and the...
I have the code for a javascript calendar and it works perfectly as it creates it when the page loads. However I was wondering if it's possible to add events to it. I found a plugin (jQuery) that enables the user to hover over a td with class "event" and an event will be displayed. So since this calendar will not be used by me but by som...
I am trying to create a booking system in C#.NET that will store bookings within a MSQL database but also add the bookings to the exchange calendar of the relevant user.
When a new appointment is created I want it to check the availabiity of users with their exchange calendars. If they are available it will book a date in the .NET syst...
My program is about generating (producing) a Kurosawa and making the customers produce it.
Every time we generate a Kurosawa, we have to print its id, its production date and expiration date, which is 3 months from the production date. My problem is: How can I calculate the date after 3 months? Thank you.
...