Hi guys
How can i display a date which straddles at midnight, as two seperate dates
here is my data
id start end Duration
1 18/07/2005 18:00:00 19/07/2005 04:30:00 10.30
2 18/07/2005 09:00:00 18/07/2005 17:30:00 8.30
should be displayed as
id start end...
Hello
Is there any function in sql server which converts the dates(UTC) to locat time.
problem:
I have let say 20 users and each work in different timezones and each user should be able to see their data in their timezone and the rest will be in their respective timezones.
i don't know what...
Hi guys,
i am trying to run my web application(ASP) from with in Outlook.I use Session vartiables to hold some information.
The problem is when i open a new window from with in my application it it creating new SessionId even though i am in a same session.
Any help is greatly appreciated.I...
Hi all,
Can some one please have a look at it and guide me what's wrong with this anchor tag.It works fine in IE but not in firefox..
<a class="Item" href="" Onclick="javascript:return false;" style="width:100" disabled>Contents</a>
Thanks
Hi all,
I don't know how simple this could be..but this is taking on me for quite a some time.It just works fine in IE but not in firefox..Could some please guide me what's wrong in here..
<a class="Item" href="" Onclick="javascript:return false;" style="width:100" disabled>Contents</a>
Hi
I have written following stored procedure to insert viewName in to my Views table
CREATE PROCEDURE spaddView
(
@ViewName varchar(20)
)
AS
DECLARE @ErrorCode int
SELECT @ErrorCode = @@Error
SET @ViewName=''
DECLARE @NewviewId int
SET @NewviewId=0
SELECT ViewId FROM Views WHERE...
what i am looking for a way is to write dynamic event handler for drag and drop events
i could easily write event handlers for onmouseover,onmouseout etc using document.attachEvent
but not for ondragenter,ondragleave and ondrop events.
i have stucked up really with this and want some help from...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.