Advertisement

1 - 10 of 710 containing alltags:("timestamp") (0 seconds)
Hi, Trying to store details of file in Unix in a variable specifically file age or last modified. Using stat($filename) works for -r -B etc but want to use -M and store results in a variable. As y...
Zones: PerlDate Answered: 07/28/1998 Grade: B Views: 0
I have a column called logtime in my table that is a timestamp.  I need to pull the date and the time out of this column into seperate columns.  I get the date by using date(logtime).  What can I u...
Zones: SybaseDate Answered: 09/09/1998 Grade: A Views: 0
hi All, I am trying to figure out how to append a date/time stamp to a directory eg. data20010405350a any ideas? thanks, angelmoon
Zones: MS DOSDate Answered: 04/09/2001 Grade: A Views: 4
I'm having trouble parsing a timestamp of the form:   12/May/2001:00:00:17 +0000 I've been trying to use the java.text.DateFormat.parse() method, but it doesn't seem to like the "May" part. D...
Zones: JavaDate Answered: 05/28/2001 Grade: A Views: 0
I use VB code in Access97 to connect to an Oracle Database.  Some tables in the database have Date/Time fields.  Retrieving any and all data in the tables works fine UNLESS one of the Date/Time fie...
Zones: MS AccessDate Answered: 08/08/2001 Grade: A Views: 0
I have the following query     Select * From Table1    where Time = '' But I don't how to put the value of the timestamp field in normal date field I can do this: Date='31/03/1999' I ho...
Zones: Delphi ProgrammingDate Answered: 02/22/2002 Grade: B Views: 0
I have a table defined as: CREATE TABLE web_eventlog (   _key int(11) NOT NULL auto_increment,   timestamp bigint(20) NOT NULL default '0',   type tinyint(4) NOT NULL default '0',   status t...
Zones: DatabasesDate Answered: 03/17/2002 Grade: A Views: 0
In SQL Server 2000 how do we check if timestamp value has changed
Zones: PowerBuilderDate Answered: 10/17/2004 Grade: A Views: 0
I need a time routine that is accurate to milliseconds, rather than seconds. ACCURACY My understanding is that there are DateTime types and TimeStamp types, and that a main difference between t...
Zones: Delphi ProgrammingDate Answered: 04/20/2003 Grade: A Views: 0
There was a thread a while back that covered this topic.  However, refering to it I used the following command, alter <table name> modify <column name> dateTime Currently the column type is d...
Zones: OracleDate Answered: 05/28/2003 Grade: A Views: 0