Advertisement

Check out our new and improved Advanced Search! We have added additional search options and the ability to save your searches.
 
Enter Keywords:
 
1 - 10 of 740(0.002 seconds)
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

8.4
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 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 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 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...
Zones: JavaDate Answered: 05/28/2001 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 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 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 Views: 0
In SQL Server 2000 how do we check if timestamp value has changed
Zones: PowerBuilderDate Answered: 10/17/2004 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 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 Views: 0