CatManDave
MIS
Guys,
I haven't worked in C for awhile and I'm trying to remember how to do the following:
I have a date returned from a SQL table to a literal in my web app we'll call - EDate. This literal now contains the date but also a time. I want to eliminate the time portion and keep the date. This is a couple statements and simple as can be VB.net. However, trying to find how to do this in C# has proven most difficult. I can't seem to find anything helpful in MSDN (as usual) and I don't want to waste more time on what I consider a basic programming technique.
To anyone who can give me this answer, I promise a helpful star.
thanks in advance,
Dave
I haven't worked in C for awhile and I'm trying to remember how to do the following:
I have a date returned from a SQL table to a literal in my web app we'll call - EDate. This literal now contains the date but also a time. I want to eliminate the time portion and keep the date. This is a couple statements and simple as can be VB.net. However, trying to find how to do this in C# has proven most difficult. I can't seem to find anything helpful in MSDN (as usual) and I don't want to waste more time on what I consider a basic programming technique.
To anyone who can give me this answer, I promise a helpful star.
thanks in advance,
Dave