Wrox Programmer Forums
Go Back   Wrox Programmer Forums > SQL Server > SQL Server 2000 > SQL Server 2000
|
SQL Server 2000 General discussion of Microsoft SQL Server -- for topics that don't fit in one of the more specific SQL Server forums. version 2000 only. There's a new forum for SQL Server 2005.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the SQL Server 2000 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old September 11th, 2006, 07:07 AM
Authorized User
 
Join Date: Dec 2005
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
Default Converting datetime to milliseconds since..

I would like to convert SQL server datetime data type to number of milliseconds since midnight 1970. How to do that?

http://www.ravishakya.com
__________________
http://www.ravishakya.com
 
Old September 11th, 2006, 07:47 AM
Wrox Author
 
Join Date: Oct 2005
Posts: 4,104
Thanks: 1
Thanked 64 Times in 64 Posts
Send a message via AIM to dparsons
Default

Thats going to be an extremely large number, in any case there are 3,600,000 milliseconds in 1 hour. (1000 milliseconds in a second, 60 seconds in a min, 60 mins in an hour). All you need to do is figure out how many hours there are between now and midnight 1970.

"The one language all programmers understand is profanity."





Similar Threads
Thread Thread Starter Forum Replies Last Post
Syntax error converting datetime from character st vinod_yadav1919 SQL Server 2000 2 September 10th, 2010 10:11 AM
converting colum in datetime format... santoshpayal SQL Server 2000 0 September 12th, 2006 04:53 PM
converting char to datetime format santoshpayal SQL Language 0 September 11th, 2006 06:13 PM
converting Datestring to milliseconds Nash69 XSLT 0 October 11th, 2004 05:31 AM
DateTime control which takes upto milliseconds lmadhavi Visual C++ 1 September 17th, 2004 07:57 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.