Lost universe of Programing
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Lost universe of Programing

USERNAME :- Forum Post:-114
 
HomePortalGalleryLatest imagesRegisterLog in

 

 Extract Date From Date time data type in c#

Go down 
AuthorMessage
Administrator
Admin
Admin
Administrator


Male
Number of posts : 160
Age : 38
Location : Lucknow
Job/hobbies : Software Engeener
What U like To do ? : Because Its Rock with me.
Registration date : 2008-01-06

Extract Date From Date time data type in c# Empty
PostSubject: Extract Date From Date time data type in c#   Extract Date From Date time data type in c# I_icon_minitime2/29/2008, 8:08 pm

lb_display is the lable name where the result will be shown.
Suppose "11/2/2003 12:00:00" this is the value which is stored in the data base when you declare the row as date time in database now if you want the date from datetime data type then
FOR C# CODE

Code:

Lb_Display.Text = [color=#008080]DateTime[/color].Parse(Ds.Tables[0].Rows[0][7].ToString ()).ToShortDateString ();
or
Lb_Display.Text = [color=#008080]DateTime[/color].Parse('11/2/2003 12:00:00 Am').ToShortTimeString ();
Result will be "11/2/2003"
Back to top Go down
https://aspx.forumotion.com
 
Extract Date From Date time data type in c#
Back to top 
Page 1 of 1
 Similar topics
-
» Extract Date From Date time data type in c#
» Extract Time From Date time data type in c#
» Date and Time in C#
» I need a Project
» Data Base Connectivity Through ORACLE

Permissions in this forum:You cannot reply to topics in this forum
Lost universe of Programing :: --=| SOURCE CODE |=-- :: CODE FOR C# & ASP.NET-
Jump to: