Re: Date: Can you have one that is just mm/dd or mm/yyyy etc?
- From: "LibbyChantel" <LibbyChantel@xxxxxxxxx>
- Date: 26 Apr 2006 05:35:02 -0700
Unfortunately, yes, I do. At some point the stored date will be
embedded in SQL and, if it is mm/yyyy format the SQL will be "LIKE
%theMm/yyyyDate%", and if it is mm/dd/yyyy format the SQL will be
"=theMm/dd/yyyyDate". I will need to evaluate the stored "Date" to
determine if a day exists in it, and build the SQL accordingly. Storing
the Date as a String would of course be the way to handle this, except
that the Date Object is already previously used in this application I
am patching. I don't wanna rewrite the whole thing...
.
- Follow-Ups:
- Re: Date: Can you have one that is just mm/dd or mm/yyyy etc?
- From: Thomas Weidenfeller
- Re: Date: Can you have one that is just mm/dd or mm/yyyy etc?
- References:
- Date: Can you have one that is just mm/dd or mm/yyyy etc?
- From: LibbyChantel
- Re: Date: Can you have one that is just mm/dd or mm/yyyy etc?
- From: Thomas Weidenfeller
- Date: Can you have one that is just mm/dd or mm/yyyy etc?
- Prev by Date: read LPT sygnals with Java on Linux?
- Next by Date: hi audio video software
- Previous by thread: Re: Date: Can you have one that is just mm/dd or mm/yyyy etc?
- Next by thread: Re: Date: Can you have one that is just mm/dd or mm/yyyy etc?
- Index(es):