RE: problems with xsp date
Thanks Jan, that worked. I'm new to xsp as you've probably guessed! Lisa -Original Message- From: Uyttenhove Jan [mailto:[EMAIL PROTECTED]] Sent: 13 June 2001 10:45 To: '[EMAIL PROTECTED]' Subject: RE: problems with xsp date Lisa, first, java.util.D
RE: problems with xsp date
Lisa, first, java.util.Date is included, but java.util.Calendar isn't. Try to include it by adding : java.util.Calendar second, you should put your block inside your block So, try this: java.util.Calendar Calendar now =
