Home
Features
_Multi DropDown
__DropDown 1
__DropDown 2
__DropDown 3
_ShortCodes
_SiteMap
_Error Page
Documentation
Video Documentation
Download This Template
Home
asp.net
Asp.net: Get the current Date Time of system
Asp.net: Get the current Date Time of system
Vijay Saklani
22:37
In this article I am going to explain how to get the current date time of system in asp.net.
C# code:
lbldatetime.Text =
DateTime
.Now.ToString();
VB.net code:
lbldatetime.Text =
DateTime
.Now.ToString()
asp.net
C#.NET
DATETIME
VB.NET
Post a Comment
0 Comments
Social Plugin
Popular Posts
How to display odd numbers between 1 to 100 in asp.net
How to display prime numbers between 1 to 100 in asp.net
How to set selected value in dropdownlist on page load in asp.net
Facebook
Categories
Tags
0 Comments