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

  • Home
  • SEARCH
  • 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 7917153
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T15:03:15+00:00 2026-06-03T15:03:15+00:00

Why always get the wrong formatting although I’ve set it? I think the code

  • 0

Why always get the wrong formatting although I’ve set it?

I think the code is right but does not get the right result.

I have:

Private Now_Date As String = Date.Parse(DateTime.Now.ToString("dd/MM/yyyy"))

For today, it should return: 12/05/2012, right? But I always get: 12/5/2012. This is also for: 09/05/2012, and I will get: 9/5/2012. How I can do that? Thanks.

  • 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-06-03T15:03:18+00:00Added an answer on June 3, 2026 at 3:03 pm

    Try

    Private Now_Date As String = DateTime.Now.ToString("dd/MM/yyyy"))
    

    You were turning it from a DateTime, to a String, back to DateTime, then back to String.

    You should also get into the habit of using Option Explicit On and Option Strict On in your code. It would have told you that you were trying to save a DateTime as a String, which would have given you a clue. Your code would have produced the error:

    Option Strict On disallows implicit conversions from ‘Date’ to ‘String’.

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

Sidebar

Related Questions

What's wrong with this code ? I always get a Object synchronization method was
What is wrong with this code below. I always get FALSE, meaning after compression,
Can you guys find anything wrong with this php code? I always get the
I think my rsort() method should work right I always get an exception: In
I always get back Content Length Required 411, what am I doing wrong here?
What's wrong in here, I always get some nasty errors even if the same
I tried many things but I always get cannot convert string to membershipuser from
I'm trying to get this running: JAXB interface But I always get the error
I'm trying to get a call to EnumThreadWindows working, but I always get a
IP geolocation always seems to get me wrong (it returns the town my ISP

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.