Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

11
votes
4answers
6k views

Retriving date in sql server, CURRENT_TIMESTAMP vs GetDate()

Using SQL server - which is the fastest or best practice method to use for date retrival? Is there a difference?
9
votes
1answer
649 views

Incorrect syntax near ')' calling storedproc with GETDATE

Maybe I am having a moment of 'afternoon', but can anyone explain why I get Msg 102, Level 15, State 1, Line 2 Incorrect syntax near ')'. When running CREATE PROC DisplayDate ( @DateVar ...
6
votes
5answers
249 views

Selecting GETDATE() function twice in a select list— same value for both?

I have a SELECT statement that uses GETDATE() for two different column values. I'm wondering if by the nature of things those two separate function calls in the same SELECT will return identical ...
3
votes
3answers
67 views

Rounding SQL DateTime to midnight

I am having a small problem with my SQL query. I'm using the GETDATE function, however, let's say I execute the script at 5PM, it will pull up records between 12/12/2011 5PM to 12/18/2011 5PM. How can ...
3
votes
1answer
66 views

What could cause GetDate() to cause timeouts?

Every few months a few select pages of a website will start responding with Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. I ...
2
votes
3answers
776 views

Get date closest to today in PHP from database

UPDATE I'm making a backend of a website. The mean point of the website is to give a clear overview to the visitors when and what activities we are organizing. So I filled the database with all kinds ...
2
votes
2answers
320 views

Precision of SQL Getdate?

I am experimenting with a program that inserts data into an SQL 2005 Server database (on XP SP3) at high rate of speed. (This is for collecting timing data so I can evaluate different aspects of my ...
2
votes
4answers
326 views

problem with sql job and datetime parameter

Another developer created a stored procedure that is set up to run as a sql job each month. It takes one parameter of datetime. When I try to invoke it in the job or in just a query window I get an ...
2
votes
3answers
500 views

Changing the output of Getdate

Is it possible to deceive SQL Server to return a different date on GetDate() without actually changing the machine date? This would be great, since we have a database with old data and I'm trying to ...
2
votes
8answers
4k views

JavaScript's getDate returns wrong date

The following script returns 20 instead of 21! var d = new Date("2010/03/21"); document.write(d.getDate()); What am I doing wrong? Is this a JavaScript bug?
1
vote
3answers
90 views

JavaScript Addition Date Functions

I don't really know too much about core JavaScript, just a dot of jQuery. But I know jQuery is not necessary for what I need here: I want to use the getdate function to find out the server's day of ...
1
vote
2answers
51 views

How can I Add Time to a Date in jQuery

How do I add 23 hrs 59 min. 59 secs to end_date? var end_date = jQuery('#end_date_datepicker').datepicker('getDate'); //pseudo-code: end_date = (end_date + 23:59:59) I was thinking of trying to ...
1
vote
2answers
76 views

Insert/Update Stored Procedure has conversion error

I am trying to make one stored procedure only in SQL Server that lets the user to choose if he/she wants to add or update a record. Below is my code for my stored pro: CREATE PROCEDURE ...
1
vote
1answer
72 views

How to correctly use setDate?

I have table with column "date" and type Date in format: "2011-09-06" and i want to execute query: select * from tvprograms where date=? And I try this: Date startDate; java.util.Date date; ...
1
vote
1answer
48 views

getdate.y grammar doubts

http://www.freebsd.org/cgi/cvsweb.cgi/~checkout~/src/usr.bin/tar/Attic/getdate.y?rev=1.9.12.1;content-type=text%2Fplain;hideattic=0 I am trying to understand how yyTimezone is calculated in code ...
1
vote
3answers
194 views

How to concatenate a string and GETDATE() in MSSQL

I need to insert a string (a comment) which should include a date. What I need is basically the following simple operation: INSERT INTO [Table_1] ([textColumn]) VALUES ...
1
vote
2answers
69 views

How to get the different time between time from php function 'get_date()' and time stored in table by sql function now()?

Use php and MySQL, I want to get the duration in php code between time obtained by get_date() function and time stored in table by NOW() sql function. How to do this? Help me please.
1
vote
2answers
101 views

getdate and ctime not working properly

Here is my program time_play.c : #include <stdlib.h> #include <stdio.h> #include <time.h> int main (void) { char *time_str = "2011-07-20 17:30:18"; time_t time_tm = ...
1
vote
1answer
146 views

Using Date datatype for removing time info from GetDate() is ok?

Typically I need to remove time info from GETDATE(). I need this because I have some DateTime fields where I know I am storing only date information so to make reliable comparisons (MyDate < ...
1
vote
2answers
221 views

Javascript getDate problem

I have a very weird problem with javascript's getDate function. At the start of some function, i've created a Date object using: var day = new Date(date); in which date is a unix timestamp. I ...
1
vote
1answer
186 views

Does GetDate() get re-evaluated for each iteration within loop within a transaction?

I have a scenario where I am looping through a resultset within a transaction and I need to INSERT a unique datetime value within a table for each iteration through the resultset - will GetDate() be ...
0
votes
6answers
66 views

Disable a link on Friday at 4PM and enable on Sunday 7:00AM

I'm trying to use a bit of JavaScript to get the date and time and then use some jQuery to enable/disable a link. So I have something like this, <a href="link.html" title="Link"> <img ...
0
votes
1answer
59 views

MAX() latest dates, Invalid objects

i am trying to create a table that has the latest date of a movie rental for each customer. currently i have a view that covers most of the required data except for the return date of each movie ...
0
votes
2answers
41 views

How to implement ISNULL and GETDATE into DATEDIFF statement

"the column should use ISNULL and GETDATE to calculate the current rental duration if the return date is NULL. (i.e. if there is no return date, use the current date.)" Currently this is the snippet ...
0
votes
1answer
141 views

SQL - Computed column using ISNULL, DATEDIFF and GETDATE

I'm using SQL Server MS. I'm having trouble writing this script: CREATE VIEW rental_view AS SELECT m.movie_id, movie_name, co.copy_id, f.format_id, format_name, cu.customer_id, (first_name + ' ' ...
0
votes
1answer
54 views

php getdate returns date 2 hours off

I've got a pretty simple question. I send a date as millis created by javascript to a php site and use phps getdate to get information about the date in an associative array. My timezone is GMT+2, but ...
0
votes
0answers
53 views

Error with zoomStartTime and AnnotatedTimeLine

I'm a bit of a beginner with Javascript, but last month I had a working Google chart linked to a Google Docs file, which uses a start date for the graph at 90 days before the current date. I checked ...
0
votes
3answers
197 views

how to format getdate into YYYYMMDDHHmmSS

In MSSQL how do I format getdate() output into YYYYMMDDHHmmSS where HH is 24 hour format. I've got the YYYYMMDD done with select CONVERT(varchar,GETDATE(),112) but that is as far as I got. ...
0
votes
2answers
136 views

Javascript getDate() Method for a Countdown Timer

In Javascript whenever we call the getDate() method a value of 1-31 is returned for the particular day of the month. This creates a problem in my countdown timer when I specify a future date in var ...
0
votes
1answer
164 views

strptime in c with timezone offsets

I'm having trouble finding a way to parse the timezone out of strings like the following: "Thu, 1 Sep 2011 09:06:03 -0400 (EDT)" What I need to do in the larger scheme of my program is take in a ...
0
votes
1answer
47 views

getdate on freeBSD

http://www.freebsd.org/cgi/cvsweb.cgi/src/contrib/tar/lib/Attic/getdate.c?hideattic=0 Revision 1.2 Fri Sep 15 08:04:20 2006 UTC (4 years, 11 months ago) by ru Branches: MAIN CVS tags: HEAD ...
0
votes
2answers
58 views

convert a timestamp into utc

2 questions I have here: 1) how can I convert 2009-06-12T00:43:01.000-07:00 to utc. I kind of know that strftime can be used but what should be the format? 2) if I am getting the timestamp ...
0
votes
1answer
63 views

SQL Server 2008 trigger throwing error when I use procedure GETDATE

I am trying to create a trigger in SQL Server 2008 which inserts a row into a 2nd database after an update in the 1st database. However I keep getting an error.. (Procedure behaviour_alert, Line ...
0
votes
1answer
123 views

finding weekday with php getdate() function

I am trying to build a function in php where it takes the user input date, which can be any date within pretty much the last 20 years. i tried to use the getdate() function in php to return to them ...
0
votes
1answer
52 views

What is triggering this PHP parse error with getdate() on PHP 5.3.6?

I am getting the getdate(); PHP parse error below on every page of my Etomite install. Since I tried setting my server timezone to EST/EDT but the error persists. I also searched the Etomite forum ...
0
votes
1answer
137 views

DATEADD() function to find values in this business day

How can I use the SQL DATEADD() function to find a record from this business day? For example: SELECT * FROM records r WHERE r.creationTime <= GETDATE() AND r.creationTime >= DATEADD(dd, -1 * ...
0
votes
1answer
53 views

SQL Server 2005 - Mailqueues use UTC time instead of local time

This is more of a question than a problem as our production system is working as intended. I am relatively new to the SQL environment. I've been poking through various configurations on the server ...
0
votes
1answer
366 views

Ordering WP Posts by Custom Meta Key

I created a WordPress custom post type to be able to create events, select the event's date, and display the date on the frontend. I added a new meta_key in the postmeta of WP's database to store ...
0
votes
1answer
106 views

How do I get the date of RSS Feed?

I have RSS feed link, but I need to obtain date from it. Then determine whether to do something based on how close it is to the current time. $date = Get_RSS_Date(); $currenttime = getdate(); if ...
0
votes
1answer
937 views

php getdate() vs date()

Theoretical question. Imagine the situation. I need to get today date and time (not now, but today - the start of the day). I can do it with either this code: $now = time(); $today = date('Y-m-d ...
0
votes
3answers
355 views

Echo all months with days calendar

I am using the code below to echo the current month. How can i enhance it so that is shows all the months with the names and days and dates.. Code: <?php $today = getdate(); $firstDay = ...
0
votes
3answers
300 views

Set today date to Default Value or Binding

I'm using MSSQL2008. The date type is Date, and I would like to set the default date to now or today. I've tried GETDATE(), but I get "Error validating the default for column 'Date'". If I persist ...
0
votes
2answers
489 views

getdate() in mysql

I am creating a system which updates the user activity when something is done. I have a variable $userhistory= 'User edited '.$info.' on July 14 2010 or (07-14-2010); I want to know how can i get the ...
0
votes
2answers
551 views

Hour difference between Linux and Windows from Java date.getHour()

I have some java code that parses a string and creates a Date object. On Linux, everything works fine, but on Windows it continuously starts at 19:00:00 rather than 00:00:00. Here is the code: ...
-3
votes
1answer
215 views

java datechooser how to get date

DateFormat dateformatYYYYMMDD = new SimpleDateFormat("yyyyMMdd"); String nowYYYYMMDD = new String( dateformatYYYYMMDD.format( dateChooser.getDate()) ); ...