Link to home
Start Free TrialLog in
Avatar of dba123
dba123

asked on

Trim out date from SQL datetime in VB.NET

If I have a value coming back in SQL Server Reporting Services 2005 Report, what VB.NET Function can I use to trim out just the date portion.  Example value: 2005-02-05 00:00:00

the CDate function doesn't help, so what type of TRIM can I do to accomplish this
ASKER CERTIFIED SOLUTION
Avatar of bisonfur37
bisonfur37

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial