There are two tables 1)HR_OrderRequest (column to be considered is HRdate) other columns are HRUID,UID
2)HR_Supplydetails(colmn to be considered is HRUID) other columns are createddttm,UID
by considering the date from HR_Supplydetails we should find the average days taken for that particular UID time taken to release of HRdate .I have a problem getting a average of days
I would like to make a function to return a information based on the current date and a process.So my parameters was just NOW() and the Process. For example to process AAA and the date '2011-03-27', I would get the stat 'normal' cause day 27 is between 4-28. (Doesn't matter the month)return case when ((@day >= @INI_DAY OR @day <= @END_DAY)) then @STAT else '' end;OR @day between @INI_DAY AND @END_DAY not works
ID Process Stats DayStart DayFinal 15 AAA Critic 1 3
i have two textbox using calaendarExtender and one label.
My needed is if i select two different dates in calendar extender the number of working days(excluding Sunday) to be automatically display in the label.
I am working with radcalender. it displays all months of the year. In any calender month it displays around 42 days. I dont want to display more than 31 days in any month.
I am creating a leave form for employee where i am using datetimepicker to select date from, to etc..
from that i have automatically calculate the no of days and display in an textbox.. for eg: From date:06/01/2010 To date:08/01/2010, if u select like this, i have to automatically calculate the no of days between that and display in a seperate texbox as 2.
I have records that were inserted into a sql server 2005 table using a stored procedure. I now need to remove or delete these records. The only problem is that the table does not contain a relevant column to define in my where clause when using delete command.
Is there any way I can identify these records for deletion.
I would like to know if it is possible to highlight some days in the calendar extender, for example the weekends, the holidays.. Or if I should use the calendar of asp.
i have a certain dates that come from database and want to block those dates from selecting, how would i do that? like Alert when certain days are clicked on the jquery datepicker?
i am using asp.net C#. and pass the dates from server side to client?