On Apr 22, 2006, at 7:06 PM, Chad Bullock wrote:
I saw a thread with some workarounds for storing a date (YYYY-MM-
DD) without
the "time" portion, which most people seem to just do with a
varchar column
instead. Question - I'm working on a project that's using a date
type column
(which I must use and cannot change the type of), and was wondering
if there
is any way to store only the date portion of a date, without the
time into
it? Thanks as always for any help.
Sure, I do it all the time, as I'm sure many others do. Just don't
bother with the time part when you're creating the record or
retrieving it.
--
Brad Rhine
[EMAIL PROTECTED]
http://bradrhine.com
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>