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...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_10067534.html
Zones:
PerlDate Answered: 07/28/1998 Rating: 8.4 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...
http://www.experts-exchange.com/Database/Sybase/Q_10079234.html
Zones:
SybaseDate Answered: 09/09/1998 Rating: 8.0 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
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/MS_DOS/Q_20103683.html
Zones:
MS DOSDate Answered: 04/09/2001 Rating: 8.4 Views: 5
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...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20125385.html
Zones:
JavaDate Answered: 05/28/2001 Rating: 8.2 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...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_20164768.html
Zones:
MS AccessDate Answered: 08/08/2001 Rating: 7.4 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...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20230860.html
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...
http://www.experts-exchange.com/Database/Miscellaneous/Q_20257113.html
Zones:
DatabasesDate Answered: 03/17/2002 Rating: 7.6 Views: 0
In SQL Server 2000 how do we check if timestamp value has changed
http://www.experts-exchange.com/Programming/Editors_IDEs/PowerBuilder/Q_20398655.html
Zones:
PowerBuilderDate Answered: 10/17/2004 Rating: 7.2 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...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20574121.html
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...
http://www.experts-exchange.com/Database/Oracle/Q_20629229.html
Zones:
OracleDate Answered: 05/28/2003 Rating: 8.0 Views: 0