Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 189509
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T16:10:43+00:00 2026-05-11T16:10:43+00:00

i have date like string date = calarc.SelectedDate.ToString(MM/dd/yyyy); where calarc is calender control. It

  • 0

i have date like

string date = calarc.SelectedDate.ToString("MM/dd/yyyy");

where calarc is calender control.

It returns a date in 03-14-2009 format but i want it in 03/14/2009 format.

so how do i do above?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-11T16:10:43+00:00Added an answer on May 11, 2026 at 4:10 pm

    I think your current culture is messing with format. Try

    DateTime.Parse("2009-03-14").ToString(@"MM/dd/yyyy", CultureInfo.InvariantCulture)
    

    As it seems “/” is realy a syntax for separator (similar to M, d, y or any other). That’s why it is being replaced with separator specified in culture. This is noted in documentation too.

    If the custom pattern includes the
    format pattern “/”, DateTime.ToString
    displays the value of DateSeparator in
    place of the “/” in the format
    pattern.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i have the date in a string format like so '11/2/2009' (m/d/yyyy) I need
I have a date/time string like 2012-01-13 04:37:20 but I want to convert it
I have Date that look like String, and I want parse it. But date
I have a string like 2011-06-02T23:59:59+05:30. I want to convert it to date format
I have a string date like this: $date = 23/12/2011;//format: dd/mm/yyyy. I need each
I have a date string like the following: 2011-02-03. I want to remove the
I have a date/time string like this: 180510_112440 in this format ddmmyy_hhmmss I need
Suppose I have date string like mydate = 24-Jun-2011; I want to convert it
I have date stored as string in an sqlite database like 28/11/2010. I want
HI all, i have a date string like this 2011-03-31 13:32:02 i want to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.