Sign in
|
Join
|
Help
{ a .net developer's blog; }
Follow me on Twitter
Me on Weblogs
MVP Profile
KaushaL.NET
This site
DotNetSlackers home
This Blog
Home
Contact
About
Syndication
RSS
Atom
Comments RSS
Sponsors
MaximumASP
Breaking News
Find a Job
Social Bookmarking
Tidebuy Reviews
Online Shopping
asp.net hosting
UK online local dating
Search
Go
Tags
.NET
.NET Code Snippets
?? Operator in C#
Access UserControl from another UserControl
accordion
accordion is flickering
add web reference
add Windows Media Player reference
ADO.NET
AJAX
ASP.NET
browser close event
c#
Captcha
Captcha in DNN
Captcha in DotNetNuke
CAST
Chrome
clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95
Code Snippets
codeSubDirectories
codeSubDirectories order
Community
Compare dotnetnuke edition
confirm alert on browser close event
Contains in Linq To SQL
Controls
Convert Date from any format to any format
Core ASP.NET Card
Create PDF files in asp.net
create web service
Cross Browser Compatibility
CSS
CSS Adapters
CSS Browser Compatibility
CSS Filter
DataContext
date Formats
DateTimeFormatInfo
DBML
Deferred Queries
DeramSpark
disconnected process
DNN
DNN 5.0
DNN 5.2.0
dnn custom module css classes
DNN Scheduler
DocType
DotNetNuke
dotnetslackers
EF
Entity Framework
event.keyCode
event.which
FadeTransition
fiddler
file download in asp.net
filename with spaces truncated in IE
forums.asp.net
General
GetThumbnailImageAbort
GridView
Gujarat
hostname could not be parsed
How to create dnn scheduler
how to install dnn
how to install dotnetnuke
How to send an email with attachment in asp.net 2.0
IEnumerable
India MVP
IQueryable
JavaScript
Kaushal
kaushal.net
KaushalParik
kaushalparik27
left outer join in Linq to SQL
LinQ
LINQ Tips
LINQ Tips & Tricks
Linq To SQL
MVP
ObjectTrackingEnabled
OfType
SilverLight
Software Engineering
Sql Server
start/stop window service from asp.net
Stored Procedures return type int
Streamding Audio Files in ASP.NET
Strip HTML Tags
TechEd
The database principal owns a schema in the database and cannot be dropped
Transform Xslt File
using fiddler on localhost
validating numeric entries
var keyword
Web Controls
XSLT
News
KaushaL PariK
[Microsoft MVP - .NET/ASP.NET]
I'm at ASP.NET
I'm at DotNetSlackers
MVP Profile
Follow me on Twitter
Do You Know (DYK)?
Kaushal's tumblr
Navigation
Home
Blogs
Forums
Downloads
Archives
April 2011 (1)
March 2011 (2)
February 2011 (3)
January 2011 (1)
December 2010 (7)
November 2010 (1)
September 2010 (2)
May 2010 (2)
April 2010 (2)
September 2009 (1)
July 2009 (2)
June 2009 (1)
May 2009 (7)
April 2009 (2)
March 2009 (1)
February 2009 (1)
January 2009 (1)
December 2008 (2)
November 2008 (1)
October 2008 (1)
September 2008 (8)
August 2008 (6)
July 2008 (8)
June 2008 (11)
May 2008 (14)
Site I Visit
[Blog]: Mark Berseth
[Official website]: ASP.NET
[MSDN forums]: MSDN Community
[Blog]: Sandeep Ramani
[Blog]: Abhijit Jana
[Blog]: Ken Fayal
Browse by Tags
All Tags
»
DateTimeFormatInfo
(
RSS
)
.NET Code Snippets
Convert Date from any format to any format
date Formats
Saturday, May 24, 2008 10:34 AM
Convert Date from any format to any format
I come accross a code snippet while development which can be useful to convert the date display format. //For ex., Convert MM/dd/YYYY to dd/MM/yyyy string date = "03/27/2008" ; //format is MM/dd/yyyy DateTimeFormatInfo dateTimeFormatterProvider...
Posted by
kaushalparik
|
3 comment(s)
Filed under:
.NET Code Snippets
,
DateTimeFormatInfo
,
date Formats
,
Convert Date from any format to any format