----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: Iamtheoneurwarnedabout Message 8 in Discussion Hi Manju, Why dont you format the time in back-end (assuming that you are using SQL Server 2000). you can format date in the format of "MM/DD/YYYY". Just you need to do like this before inserting into table: convert(char(23),yourDatevalue,101) char(23) is the size of the date value, yourDatevalue is the date which you are sending from Front end (.Net). 101 is the standard in SQL Server for MM/DD/YYYY format. Meanwhile I will send the solution doing from .Net too.... Try this and let me know... Regards, Arshad ----------------------------------------------------------- To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. http://groups.msn.com/BDOTNET/_emailsettings.msnw Need help? If you've forgotten your password, please go to Passport Member Services. http://groups.msn.com/_passportredir.msnw?ppmprop=help For other questions or feedback, go to our Contact Us page. http://groups.msn.com/contact If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list. mailto:[EMAIL PROTECTED]
