---
title: "How to format date in c# like (Mon, 03/30/2013) ?"  
description: "How to format date in c# like (Mon, 03/30/2013) ?"  
author: "Anonymous User"  
published: 2013-07-09  
updated: 2013-07-09  
canonical: https://www.mindstick.com/forum/1268/how-to-format-date-in-c-sharp-like-mon-03-30-2013  
category: "c#"  
tags: ["c#"]  
reading_time: 1 minute  

---

# How to format date in c# like (Mon, 03/30/2013) ?

Hi [Developers](https://www.mindstick.com/articles/12875/blunders-you-must-avoid-while-hiring-java-developers-to-get-the-best-fulfilling-your-needs),\
I wants to [format](https://www.mindstick.com/forum/162083/how-to-convert-ost-files-into-pst-format) [date](https://yourviews.mindstick.com/story/3869/propose-day-2024-exciting-date-ideas-for-you-and-your-partner) like Mon, 03/30/2013 in c#\
Thank in Advance.

## Replies

### Reply by Anonymous User

Hi C G E Mannerheim,\
Use Following line of code :\
DateTime dt = new DateTime();string date = dt.ToString("ddd, MM/dd/yyyy", CultureInfo.InvariantCulture);


---

Original Source: https://www.mindstick.com/forum/1268/how-to-format-date-in-c-sharp-like-mon-03-30-2013

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
