Re: Date functions

2002-01-28 Thread Billy Chan
Title: Date functions You want to investigate the DateFormat object.  (java.text.DateFormat)     A useful resource for everyone's Java questions:   http://java.sun.com/j2se/1.3/docs/api/index.html   Billy[EMAIL PROTECTED](310) 582-7642 -Original Message-From: Troy Campano [mailto:

Re: A java question.

2002-01-14 Thread Billy Chan
Title: RE: A java question. You can use "{" and "}" to create blocks. Really some of these java questions can be answered quicker if you get a reference manual (like the Java in a Nutshell book) -Original Message- From: Miao, Franco CAWS:EX [mailto:[EMAIL PROTECTED]] Sent: Monday, J

Re: what's wrong with this piece of code

2001-11-29 Thread Billy Chan
Title: Meddelande Ah, but you can use the string to write to another jsp file that then gets 'ed to (or meta-redirect, or response.sendRedirect), which would get interpreted and compiled at that point. Billy[EMAIL PROTECTED](310) 348-3142 -Original Message-From: Chen, Gin [mailto:[

Re: what's wrong with this piece of code

2001-11-27 Thread Billy Chan
Title: RE: what's wrong with this piece of code Actually, I think it's because you're mixing double quotes in your strings and within the tag.  try using single quotes or escaping the double quotes. ie:  String newDate = "%><%"; However, if you just want the actual date as a string, then d