Buy Questpond's video subscriptions on
huge discount
.
Online: 892
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Interviews
>
C#
>
Loading ...
How to convert "19/01/2014" into 19-Jan-2014?
Posted by
Rajesh_Kumar
on 1/19/2014 | Category:
C# Interview questions
| Views: 2052 |
Points: 40
Post
|
Interview FAQs
|
Exclusive Questions
|
Interview Home
Answer:
We will use ToString method of DateTime object to convert date into specific format like below:
dt.ToString("dd-MMM-yyyy")
Output would be:19-Jan-2014
Asked In:
Many Interviews |
Alert Moderator
Bookmark It
< Previous :
How to create a View in Sql Server?
Next > :
How to extract only date part from date and time.
Comments or Responses
Login to post response
More Interview Questions by Rajesh_Kumar
How to extract only date part from date and time.
What is the Namespace used in StringBuilder?
What is the Namespace used to deal with Regular Expression?
How to extract numeric value from String?
What are the classes available in System.Collections.Generic Namespace ...
How to remove particular items from List collection?
How to remove all List collection items?
What is the use of Sort method in List collection?
Latest Interview Questions
What are the responsibilities of transport layer?
What is the role played by physical layer?
Which of the following statement is correct with respect to the below ...
Which of the following is true with respect to inheritance mechanism? ...
Which of the following is correct about data types? 1.If the integer ...
Which of the following statement is correct? 1.The signature of an in ...
Output for the following code? namespace IndiabixConsoleApplication ...
How many times can a constructor be called during the life time of an ...
More ...