Is it possible to define a TIMESTAMP or DATE variables in a PRO*C program? How can I get or enter date, timestamp values without converting them from and to
char[?]
http://www.experts-exchange.com/Database/Oracle/Q_20295261.html
Zones:
OracleDate Answered: 09/05/2002 Rating: 3.0 Views: 21
I am trying to load a date value into an Oracle database date column with a Java Loader.
The date that I'm trying to load is in the format: MM/DD/YY HH:MI:SS
What dbType should I use in th...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20859309.html
Zones:
JavaDate Answered: 01/22/2004 Rating: 7.4 Views: 0
I'm looking for a function that returns the timestamp of a given date, so that I can pass it to a php page and restore the original date into a textbox... is it possible?
"1970-01-01 01:00:00" s...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20964709.html
Zones:
JavaScriptDate Answered: 04/23/2004 Rating: 9.4 Views: 0
Here is what I have:
private Timestamp dateConv(String pDate)
{
String month = null;
String day = null;
String year = null;
String hour = null;
String minute ...
http://www.experts-exchange.com/Programming/Misc/Q_21661973.html
Zones:
ProgrammingDate Answered: 12/14/2005 Rating: 8.4 Views: 0
hi,
we just have tried to capture the time when user enters the system and this field is stored in the database. here how we do it :
new Timestamp (System.currentTimeMillis ());
this timest...
http://www.experts-exchange.com/Programming/Languages/Java/Q_10321754.html
Zones:
JavaDate Answered: 04/03/2000 Rating: 6.8 Views: 8
I have tried many different ways to get a Timestamp from a string date and have not been successful. I want to get a SQL Timestamp from a date like "28 OCT 2000". I have parsed out the date to al...
http://www.experts-exchange.com/Programming/Languages/Java/Q_11687938.html
Zones:
JavaDate Answered: 10/29/2000 Rating: 7.6 Views: 0
I have a website (www.myexsucks.com) where people submit stories. I used FrontPage 2000 to build all the forms so that it puts the data into an Access database. Among the fields put into the tabl...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_20120896.html
Zones:
MS AccessDate Answered: 05/20/2001 Rating: 7.8 Views: 0
I have create a unix unload script that dynamically unloads to a flat file. My problem is that two types of date values are used. One 20010919 and another 2001-09-19 12:00 or date and date timesta...
http://www.experts-exchange.com/Database/Oracle/Q_20185549.html
Zones:
OracleDate Answered: 01/11/2002 Rating: 8.0 Views: 23
I'm trying to get a current date and time from DB2 database. In MSSQL I can write
select CURRENT_TIMESTAMP
and this will work. In DB2 it gives me an error. I don't want to include FROM clause...
http://www.experts-exchange.com/Database/DB2/Q_20361870.html
Zones:
DB2Date Answered: 10/14/2002 Rating: 7.8 Views: 8
I am using a date in a string format like "MM-dd-yyyy hh:mm:ss aa"
I want to reset the time without modifying the date.
Date is a string. Should I use substring or should I convert to a date...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20592776.html
Zones:
JavaDate Answered: 11/28/2003 Rating: 8.0 Views: 0