Jan 3, 2006 #1 SmithyJD IS-IT--Management Sep 23, 2004 52 GB I have a datetime field in the sql data base I am working with but am only intereted in the date is it possible to extract this to another variable Thanks in Hope JD
I have a datetime field in the sql data base I am working with but am only intereted in the date is it possible to extract this to another variable Thanks in Hope JD
Jan 3, 2006 #2 damonkimble MIS Sep 8, 2005 54 US Maybe I'm missing something, but I'd use a formula such as: Code: date(date_time_var) You also may want to look at the date functions in help. damon Upvote 0 Downvote
Maybe I'm missing something, but I'd use a formula such as: Code: date(date_time_var) You also may want to look at the date functions in help. damon