If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > convert text into date format

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-18-04, 21:04
fisya fisya is offline
Registered User
 
Join Date: Mar 2004
Posts: 53
convert text into date format

i have a page where user will enter the date that the want and the system will search in database the infoo for that date. in database i save date as ganeral(system date). i can do the retrieval because the system will give me an error msg saying that there is a mismatch error.how to solve it......
Reply With Quote
  #2 (permalink)  
Old 04-18-04, 21:21
rokslide rokslide is offline
Registered User
 
Join Date: Nov 2003
Location: Christchurch, New Zealand
Posts: 1,617
basically you need to format you date in a manner that the database will understand.

I find that dd-mmm-yyyy is generally the best.... but it may not work for you.

Using asp you can us the day, month, monthname and year functions to get parts of dates so you can reformat the layout of them...

HTH.
Reply With Quote
  #3 (permalink)  
Old 04-18-04, 21:56
thele thele is offline
Registered User
 
Join Date: Jun 2003
Location: Ohio
Posts: 108
Do a search for "CONVERT", which is a Sql server command.

That will give you the answer.
Reply With Quote
  #4 (permalink)  
Old 04-18-04, 22:58
fisya fisya is offline
Registered User
 
Join Date: Mar 2004
Posts: 53
tell me more

can you tell me more plzzzzzzzzz
Reply With Quote
  #5 (permalink)  
Old 04-19-04, 10:17
thele thele is offline
Registered User
 
Join Date: Jun 2003
Location: Ohio
Posts: 108
Re: tell me more

Quote:
Originally posted by fisya
can you tell me more plzzzzzzzzz
Yes. Open your SQL Server Query Analyzer, or your Interdev development environment. Then type the word CONVERT... Then hit F1.

Then read the help file on how to use CONVERT.

`Le

Give a Man a fish, and he will eat for a day. Teach a man to fish, and he will eat for a lifetime.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On