vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| The formatting should be done at the the Excel level, but you can easily trim the time from a datetime by using the following syntax: CONVERT(smalldatetime, CONVERT(varchar(10), '1936-04-13 07:00:00.000')) You basically convert it to a string, trimming off the time stamp, and then convert it back to a smalldatetime (which save a little on memory). Stu |