Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

DateTime | Topic profile

Topic profile page for DateTime. This page has aggregated data from forum posts, threads, listings, online discussions, newsgroups, messageboards, and other online sources which contain user generated content for the term: DateTime.
Topic "Datetime" was discussed 12,250 times on 713 sites in last 3 months
Search discussions, forums, images, videos, about "Datetime" on BoardReader!
 

BoardReader Trendy!

Topic 1:

Topic 2:

Topic 3:

Domain Profile
Domain:

Posting activity graph on datetime:

Posts by:  day  week  month 

 

Related topics:


datetime was discussed on the following sites:

Forums - ASP.NET Forums - 1,229 Forums - ASP.NET Forums - site profile
Microsoft TechNet Forums Microsoft TechNet Forums - 505 Microsoft TechNet Forums - site profile
VBForums - Visual Basic and VB .NET Discussions and More! VBForums - Visual Basic and VB .NET Discussions... - 462 VBForums - Visual Basic and VB .NET Discussions and More! - site profile
SQL Server Forums SQL Server Forums - 443 SQL Server Forums - site profile
Forums de Developpez.com Forums de Developpez.com - 390 Forums de Developpez.com - site profile

 

Related threads on datetime:

launchpadbugs [436893] summary by datetime is not working across day...  launchpadbugs - Identi.ca - site profile launchpadbugs - forum profile  Go to this thread  [436893] summary by datetime is not working across day boundaries: Affects Status Importance Assigned&nb.. http://bit.ly/bSqWI
nightshade427 @ bellware @ jschementi works well for the most part,...  Twitter / nightshade427 - site profile nightshade427 - forum profile  Go to this thread  @ bellware @ jschementi works well for the most part, use it daily, but there are some strangeness sometimes eg. trying to stub DateTime.now 3:54 PM Aug 10th from TweetDeck
ADO.NET DataSet Need to change a MySQLDateTime to a DateTime in a DataTable  MSDN Forums - site profile ADO.NET DataSet - forum profile  Go to this thread  Need to change a MySQLDateTime to a DateTime in a DataTable
Data Presentation Controls remove time from Datetime  Forums - ASP.NET Forums - site profile Data Presentation Controls - forum profile  Go to this thread  remove time from Datetime
function datetime hack  Zikula Community :: Support at your fingertips - site profile Themes and Templating - forum profile  Go to this thread  function datetime hack

Latest threads on datetime:

cpan
Started 21 hours, 16 minutes ago (2009-11-09 22:32:20)  by cpan
Source: cpan - Identi.ca More from this site cpan - Identi.ca - site profile 
Forum:  cpan  cpan - forum profile
Thread:  Show this thread (1 post) More from DateTime-TimeZone-1.04 (Dave Rolsky) - http://tinyurl.com/ygba3te  Thread Thread info: DateTime-TimeZone-1.04 (Dave Rolsky) - http://tinyurl.com/ygba3te Size: 123 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "DateTime-TimeZone-1.04 (Dave Rolsky) -  http://tinyurl.com/ygba3te :: cpan :: cpan - Identi.ca"
SQL
Started 1 day, 13 hours ago (2009-11-09 06:41:00)  by Martin
Hi, I am wondering how to compare 2 datetime values so that milliseconds are taken into account. as an example I have the following script. it appears that if I compare two datetime variables then milliseconds are not taken into account, however if I compare two datatime2 variables then milliseconds are taken into account. I have put together the script below to demonstate the problem. ...
Source: SQL Server Forum More from this site SQL Server Forum - site profile 
Forum:  SQL  SQL - forum profile
Thread:  Show this thread (4 posts) More from milliseconds in datetime variable.  Thread Thread info: milliseconds in datetime variable. Size: 1,725 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "milliseconds in datetime variable. :: SQL :: SQL Server Forum"
LINQ and .NET 3.5
Started 1 day, 23 hours ago (2009-11-08 19:54:00)  by amalatsliit
hi i'm having problem with linq query... this is what i have var query = from venue in db.Venues select venue; query = query.Where(q => ; SqlMethods.DateDiffDay(q.ExpiresDate, DateTime.Now) == 7); query = query.Where(q => ; q.IsDisplay).OrderByDescending(q => ; q.ExpiresDate); what i want is to populate venues which are expired 7 days from...
Source: CodeProject: Discussion Boards. Free source code a... More from this site CodeProject: Discussion Boards. Free source code and programming help - site profile 
Forum:  LINQ and .NET 3.5  LINQ and .NET 3.5 - forum profile
Thread:  Show this thread (1 post) More from hi i'm having problem with linq query datetime...  Thread Thread info: hi i'm having problem with linq query datetime... Size: 697 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "hi i'm having problem with linq query datetime... :: LINQ and .NET 3.5 :: CodeProject: Discussion Boards. Free source code a..."
C#
Started 3 days, 13 hours ago (2009-11-07 06:09:00)  by Mr.Kode
hello all i want to know how to get DateTime array through DataReader and set it as bolded Dates on MonthCalender i have the following code .. SqlCommand GetDates = new SqlCommand(); GetDates.Connection = new SqlConnection(ConS); GetDates.CommandType = CommandType.Text; GetDates.CommandText = "select Reserve_Date from reservations where Done = 0";...
Source: CodeProject: Discussion Boards. Free source code a... More from this site CodeProject: Discussion Boards. Free source code and programming help - site profile 
Forum:  C#  C# - forum profile
Thread:  Show this thread (5 posts) More from get Datetime array through DataReader  Thread Thread info: get Datetime array through DataReader Size: 1,140 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "get Datetime array through DataReader :: C# :: CodeProject: Discussion Boards. Free source code a..."
orafaq_forum
Started 4 days, 2 hours ago (2009-11-06 17:07:00)  by orafaq_forum
Source: Twitter / orafaq_forum More from this site Twitter / orafaq_forum - site profile 
Forum:  orafaq_forum  orafaq_forum - forum profile
Thread:  Show this thread (1 post) More from GMT to EST or EDT: Hello all, Maybe someone can help me with datetime
conversion. I have an incoming datetime, date... http://bit.ly/1bGMHW  Thread Thread info: GMT to EST or EDT: Hello all, Maybe someone can help me with datetime
conversion. I have an incoming datetime, date... http://bit.ly/1bGMHW Size: 641 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "GMT to EST or EDT: Hello all, Maybe someone can help me with datetime conversion.  I have an incoming d... :: orafaq_forum :: Twitter / orafaq_forum"
SQL Server Tools General
Started 4 days, 15 hours ago (2009-11-06 04:23:00)  by Chris Garvey
Hi All, I have a string in the following format which I am trying to convert to SQL Server datetime. yyyymmdd24miss Eg. 20091102165659 I have tried casting using the following statement: Select cast (20091102165659 as datetime) Error received - Arithmetic overflow error converting expression to data type datetime. The destination field in SQL Server is set to standard datetime. Any ...
Source: Microsoft TechNet Forums More from this site Microsoft TechNet Forums - site profile 
Forum:  SQL Server Tools General  SQL Server Tools General - forum profile
Thread:  Show this thread (1 post) More from Problem casting String to SQL Server Datetime  Thread Thread info: Problem casting String to SQL Server Datetime Size: 578 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Problem casting String to SQL Server Datetime :: SQL Server Tools General :: Microsoft TechNet Forums"
Business Objects: Crystal Reports 4 Other topics
Started 5 days, 4 hours ago (2009-11-05 15:28:00)  by krpurcel
I have a login and a logout field where the data is listed in seconds: LOGIN:  1,257,328,840 LOGOUT: 1,257,340,039. I need to convert these to DATETIME formats so we can check schedule adherence.  I have tried DateTime({login]) an DateTimeValue({login}). Both generate an error message of "Dates must be between year 1 and year 9999". Am I using the wrong function? Do I need to manipulate the ...
Source: Tek-Tips Forums More from this site Tek-Tips Forums - site profile 
Forum:  Business Objects: Crystal Reports 4 Other topics  Business Objects: Crystal Reports 4 Other topics - forum profile
Thread:  Show this thread (4 posts) More from Converting seconds to a datetime  Thread Thread info: Converting seconds to a datetime Size: 813 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Converting seconds to a datetime :: Business Objects: Crystal Reports 4 Other topics :: Tek-Tips Forums"
natts
Started 5 days, 7 hours ago (2009-11-05 12:23:00)  by natts
Source: Twitter / natts More from this site Twitter / natts - site profile 
Forum:  natts  natts - forum profile
Thread:  Show this thread (1 post) More from @derickr talking about DateTime at @phplondon - Photo taken at Theodore
Bullfrog: http://bkite.com/24pyk  Thread Thread info: @derickr talking about DateTime at @phplondon - Photo taken at Theodore
Bullfrog: http://bkite.com/24pyk Size: 704 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "@ derickr  talking about DateTime at @ phplondon  - Photo taken at Theodore Bullfrog:  http://bkite.com/24pyk     12:23 PM Nov 5th  ... :: natts :: Twitter / natts"
Microsoft SQL Server: Programming
Started 5 days, 12 hours ago (2009-11-05 07:27:00)  by pxh12
Hi, I'm trying to write a trigger that will create a record in a table when a value is changed. When I fire the trigger, I get this error: The conversion of a char data type to a datetime data type resulted in an out-of-range datetime value The problem lies in the passing of a date to a stored procedure, but it only occurs when I call the SP from the trigger. If I replicate the process in a ...
Source: Tek-Tips Forums More from this site Tek-Tips Forums - site profile 
Forum:  Microsoft SQL Server: Programming  Microsoft SQL Server: Programming - forum profile
Thread:  Show this thread (7 posts) More from Problem with datetime in trigger  Thread Thread info: Problem with datetime in trigger Size: 4,981 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Problem with datetime in trigger :: Microsoft SQL Server: Programming :: Tek-Tips Forums"
C#
Started 6 days, 3 hours ago (2009-11-04 16:15:00)  by jashimu
Hi all, I am trying to use SQLite database for my App. It seems like I can insert datetime into datetime column. Does anyone know how to do this. thanks in advance.
Source: CodeProject: Discussion Boards. Free source code a... More from this site CodeProject: Discussion Boards. Free source code and programming help - site profile 
Forum:  C#  C# - forum profile
Thread:  Show this thread (2 posts) More from datetime  Thread Thread info: datetime Size: 215 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "datetime :: C# :: CodeProject: Discussion Boards. Free source code a..."
 

Hot threads on datetime:

SQL Server Reporting Services
Started 1 week ago (2009-11-02 23:18:00)  by FKearney
Is it possible in Reporting Services 2008 to convert a decimal to a datetime format of HH:MM? I am pulling data from SSAS and in order to get the value of time into the cube as a measure I needed to convert the time to a float and then pass it into the cube. SSAS knows how to conert it by specifiying the format as hh:mm. Unfortunately SSRS seems it is ignoring the format and using the decimal ...
Source: Microsoft TechNet Forums More from this site Microsoft TechNet Forums - site profile 
Forum:  SQL Server Reporting Services  SQL Server Reporting Services - forum profile
Thread:  Show this thread (5 posts) More from convert decimal to datetime (HH:MM)  Thread Thread info: convert decimal to datetime (HH:MM) Size: 601 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "convert decimal to datetime (HH:MM) :: SQL Server Reporting Services :: Microsoft TechNet Forums"
SQL Server Reporting Services
Started 1 week, 1 day ago (2009-11-02 18:30:00)  by Aaron Jarboe
I am running reports in SSRS 2005 from VS TFS 2005 from an OLAP cube.  I have a table with my data, and a filter that is attempting to do the following: Filter: =Fields!Date.Value    >       =#12/04/2009# Apparently "Fields!Date.Value" is of type String and not DateTime, because I get this error: "Cannot compare data of types System.String and System.DateTime.  Please check the data type ...
Source: Microsoft TechNet Forums More from this site Microsoft TechNet Forums - site profile 
Forum:  SQL Server Reporting Services  SQL Server Reporting Services - forum profile
Thread:  Show this thread (5 posts) More from DateTime Conversion and Comparison - Errors  Thread Thread info: DateTime Conversion and Comparison - Errors Size: 867 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "DateTime Conversion and Comparison - Errors :: SQL Server Reporting Services :: Microsoft TechNet Forums"
Visual Basic .NET
datetime calendar  - 1 new post Read thread in new window
Started 6 days, 16 hours ago (2009-11-04 03:07:00)  by anirai
datetime calendar hi..i want to add my country's calendar in vb.net program..instead of english calendar provided by datetimepicker i want to add nepali calendar...but no idea..how can i do that? thanks
Source: VBForums - Visual Basic and VB .NET Discussions an... More from this site VBForums - Visual Basic and VB .NET Discussions and More! - site profile 
Forum:  Visual Basic .NET  Visual Basic .NET - forum profile
Thread:  Show this thread (1 post) More from datetime calendar  Thread Thread info: datetime calendar Size: 512 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "datetime calendar :: Visual Basic .NET :: VBForums - Visual Basic and VB .NET Discussions an..."
Started 6 days, 3 hours ago (2009-11-04 16:03:00)  by Deepayan Nandi
I'm working on a page that has a regular calendar control, i bind "selectedDays" to a database and show these days with an offset background color.  This tells the user that a record exists on that day.  My next step is for the user to then click that date and in a RadDataGrid show all the records for that day. At this time when i click a highlighted date that i know has a record, it will only ...
PHP
Started 6 days, 14 hours ago (2009-11-04 05:14:00)  by ecgc
Okay so say I have to insert the current date and time into the mysql database, I want it to be formatted differently than I did in my below code: Code: PHP Code: $sql = "INSERT INTO $table_name (dateuploaded) VALUES (NOW() )" ; //stores records in database So I tired date format and every way I could think of and it still inserted the generic...
Source: SitePoint : New Articles, Fresh Thinking for Web D... More from this site SitePoint : New Articles, Fresh Thinking for Web Developers and Designers - site profile 
Forum:  PHP  PHP - forum profile
Thread:  Show this thread (11 posts) More from PHP/mySQL DATETIME Issue  Thread Thread info: PHP/mySQL DATETIME Issue Size: 2,716 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "PHP/mySQL DATETIME Issue :: PHP :: SitePoint : New Articles, Fresh Thinking for Web D..."
SQL
Started 1 week ago (2009-11-02 23:39:00)  by Rich
I need to debug a store proc that isn't working correctly - all of a sudden.   I haven't used the sql server 2000 enterprise debugger in years.  I vaguely remember that you have to use some unintuitive notation to specify parameters.  My request is if someone could tell me how to enter a date param and a string param? @myDate = '10/31/09' @userID = 'xyz' I tried with and without the quotes -...
Source: SQL Server Forum More from this site SQL Server Forum - site profile 
Forum:  SQL  SQL - forum profile
Thread:  Show this thread (2 posts) More from invalid character for sql svr 2000 ent debugger - datetime  Thread Thread info: invalid character for sql svr 2000 ent debugger - datetime Size: 636 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "invalid character for sql svr 2000 ent debugger - datetime :: SQL :: SQL Server Forum"
Do It Yourself
Started 1 week ago (2009-11-03 02:00:00)  by KevinB
Quote: Stanley Works to Acquire Black & Decker for $4.5 Billion BLACK AND DECKER, EARNINGS, FORECAST CNBC.com | 02 Nov 2009 | 05:53 PM ET function UpdateTimeStamp(pdt) { var n = document.getElementById("udtD"); if(pdt != '' && n && window.DateTime) { var dt = new DateTime(); pdt = dt.T2D(pdt); if(dt.GetTZ(pdt)) {n.innerHTML = dt...
Source: SurfTalk - Your online fishing community! More from this site SurfTalk - Your online fishing community! - site profile 
Forum:  Do It Yourself  Do It Yourself - forum profile
Thread:  Show this thread (2 posts) More from Stanley Works to Acquire Black & Decker for $4.5 Billion  Thread Thread info: Stanley Works to Acquire Black & Decker for $4.5 Billion Size: 3,040 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Stanley Works to Acquire Black & Decker for $4.5 Billion :: Do It Yourself :: SurfTalk - Your online fishing community!"
PHP
Started 1 day, 21 hours ago (2009-11-08 22:04:00)  by JREAM
I have this number: 23.883333333333 I have already went from calculating a DATETIME to the current DATETIME, so I calculated the difference. I would like to know how many hours and minutes that is. I know its 23 hours and maybe like 50 minutes, because there are 60 minutes in an hour. So I was thinking I should number_format it. But how do I make so that it shows the minutes in...
Source: SitePoint : New Articles, Fresh Thinking for Web D... More from this site SitePoint : New Articles, Fresh Thinking for Web Developers and Designers - site profile 
Forum:  PHP  PHP - forum profile
Thread:  Show this thread (5 posts) More from Making 23.8833333 turn to Hours and Minutes  Thread Thread info: Making 23.8833333 turn to Hours and Minutes Size: 2,433 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Making 23.8833333 turn to Hours and Minutes :: PHP :: SitePoint : New Articles, Fresh Thinking for Web D..."
Oracle
Started 6 days, 16 hours ago (2009-11-04 03:33:00)  by shajju
Hi guys I need to add a constraint to a table. This table already has a couple of constraints specified by which were specified using: Code: ALTER TABLE USLM ADD ( CONSTRAINT USLM_PK PRIMARY KEY (DATETIME, MSC) USING INDEX LOCAL); I'd like to add another column called LOC as a PK to the constraints. Can I simply say: And now I need to add another column as ...
Source: dBforums - Database Support Community More from this site dBforums - Database Support Community - site profile 
Forum:  Oracle  Oracle - forum profile
Thread:  Show this thread (9 posts) More from data loading in oracle...  Thread Thread info: data loading in oracle... Size: 1,261 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Adding a constraint... :: Oracle :: dBforums - Database Support Community"
Oracle
question updated  - 1 new post Read thread in new window
Started 2 days, 16 hours ago (2009-11-08 03:10:00)  by shajju
Hi guys I have the following query which I'm trying to get to work: Code: select A.BSC, A.CELL, MIN(A.DATETIME) DATETIME, SUM(NVL(ALLOC_S,0)) AS ALLOC_S, ROUND(DIV(NVL(ALLOC_S, 0),(NVL(ALLOC_S, 0) + NVL(ALLOC_S_F, 0))), 2) * ROUND(DIV(NVL(ALLOC_T, 0),(NVL(ALLOC_T, 0) + NVL(ALLOC_T_F, 0))), 2)*(1 - ROUND(DIV((NVL(RF_L, 0)),(NVL(ALLOC_S, ...
Source: dBforums - Database Support Community More from this site dBforums - Database Support Community - site profile 
Forum:  Oracle  Oracle - forum profile
Thread:  Show this thread (3 posts) More from formatting a query....  Thread Thread info: formatting a query.... Size: 1,582 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "question updated :: Oracle :: dBforums - Database Support Community"
Microsoft SQL Server
Opinion Needed  - 1 new post Read thread in new window
Started 3 days, 3 hours ago (2009-11-07 15:49:00)  by nmartin
Hey everyone.. I am creating a small little bug tracking application to use as an example. So I have an issues table: Code: [dbo].[Issues]( [Title] [varchar](255), [Description] [varchar](max), [LastUpdated] [datetime] NOT NULL, [UserId] [uniqueidentifier] NOT NULL, [SeverityId] [int] NOT NULL, [StatusId] [int] NOT NULL, [ID] [int] IDENTITY(1,1) NOT NULL, ...
Source: dBforums - Database Support Community More from this site dBforums - Database Support Community - site profile 
Forum:  Microsoft SQL Server  Microsoft SQL Server - forum profile
Thread:  Show this thread (5 posts) More from Opinion Needed  Thread Thread info: Opinion Needed Size: 1,328 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Opinion Needed :: Microsoft SQL Server :: dBforums - Database Support Community"