I have one frustrating problem. I can't use webmail and belive that is some kind of permission problem.
I've started the sendmail with LogLevel=30. My maillog shows this when I click the send-bu...
http://www.experts-exchange.com/Software/Server_Software/Email_Servers/SendMail/Q_20734355...
Zones:
SendmailDate Answered: 09/14/2003 Rating: 6.8 Views: 4
i am still confused. Hope my code and situation can be sovled.
****
//it's a string consist of dd/MM/yyyy date format
String ida= request.getParameter("InsDateA");
//Declare and initiate ...
http://www.experts-exchange.com/Programming/Languages/Java/J2EE/JSP/Q_20823874.html
Zones:
JSPDate Answered: 12/18/2003 Rating: 8.2 Views: 15
I have this:
SimpleDateFormat sdf = new SimpleDateFormat("MMM dd HH:mm");
date = sdf.parse("Jul 12 12:12");
And the result is:
java.text.ParseException: Unparse...
http://www.experts-exchange.com/Programming/Languages/Java/Q_21494904.html
Zones:
JavaDate Answered: 07/18/2005 Rating: 7.8 Views: 0
I have a bug in my program and i can't figure out the reason. I sent an arraylist to the function. I print the content of the array list and it is fine but when I try to assign the contents of th...
http://www.experts-exchange.com/Programming/Languages/Java/Q_21645667.html
Zones:
JavaDate Answered: 11/29/2005 Rating: 9.0 Views: 0
hi all
i am passing a sring to a date function, but whenn i'm converting the date to a long and parsing it to a date i'm getting an exception
can anyone help
String s = "2005-11-29 10:...
http://www.experts-exchange.com/Programming/Languages/Java/Q_21647697.html
Zones:
JavaDate Answered: 01/08/2006 Rating: 8.0 Views: 0
Hi there
Why is the following coming up as an unparsable date?
Date from = new Date();
Date to = new Date();
DateFormat df = DateFormat.getDateInstance();
rs = stmt.executeQuery("select ...
http://www.experts-exchange.com/Programming/Languages/Java/J2EE/JSP/Q_21658899.html
Zones:
JSPDate Answered: 12/09/2005 Rating: 9.6 Views: 0
hi guys
I have this code
public class CustomValidator {
public static boolean compareFromToDate()
{
boolean flag=true;
DynaValidatorForm searchform = (DynaValidatorForm) ses...
http://www.experts-exchange.com/Programming/Languages/Java/Q_22490079.html
Zones:
JavaDate Answered: 04/03/2007 Rating: 9.2 Views: 0
I know how to take a standard URL-encoded string and
convert it...
$value =~ tr/+/ /;
$value =~ s/%([a-fA-F0-9][a-fA-F0-9])/pack("C", hex($1))/eg;
...but how do I convert the other way? In oth...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_10022924.html
Zones:
PerlDate Answered: 09/08/1997 Rating: 6.4 Views: 0
i am writing a java code to compare my system date with the stored date. I have both the dates in string format. Whenever i try to convert them into date format for comparison, it gives me an error...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20677385.html
Zones:
JavaDate Answered: 07/13/2003 Rating: 8.6 Views: 0
I have four excel files that have the same columns in the same order and very similar data. The only difference between these four files that these four files came from four different regions of ou...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_21157251.html
Zones:
MS AccessDate Answered: 10/15/2004 Rating: 8.8 Views: 0