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 3980022
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T05:14:29+00:00 2026-05-20T05:14:29+00:00

Why doesn´t this property return a datetime formated with the following pattern when using

  • 0

Why doesn´t this property return a datetime formated with the following pattern when using the property in the codebehind page in my ASP.NET Webforms website? When debugging i can see that the value the returning datetime is “2011-02-21 16:13:29.670” wich is correct.

Public Property UserLastUpdated() As DateTime
    Get
        Return _userLastUpdated.ToString("yyyy-MM-dd HH:mm:ss.fff")
    End Get
    Set(ByVal value As DateTime)
        _userLastUpdated = value
    End Set
End Property

But when i look at the returned value in the codebehind page i get this value

objUser.UserLastUpdated = #2/21/2011 4:13:29 PM#

And after assigning the returned property value to a hiddenfield in the .aspx page i get this value assign to the hiddenfield.value “2011-02-21 16:13:29”

hdnUserLastUpdated.Value = objUser.UserLastUpdated
  • 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-20T05:14:29+00:00Added an answer on May 20, 2026 at 5:14 am

    You might want to switch the return type of UserCreated() to string since the Get is actually returning a formatted string and not a DateTime instance or you could keep it as a DateTime type and not do the formatting in the getter. You could do the formatting when you are assigning it to the hidden field value

    hdnUserLastUpdated.Value = objUser.UserLastUpdated.ToString("yyyy-MM-dd HH:mm:ss.fff")
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In my asp.net web application, I'm using asp.net forms authentication with following configuration. <authentication
Object doesn't support this property or method It's this line. pthumb = $(#pthumb).attr(src); Does
I'm getting a Object doesn't support this property or method error, does anyone know
I have an Entity with the following property: [ScriptIgnore] public DateTime Date { get
I am using the Avalon DatePicker Control with MVVM pattern. I am binding this
What does nonatomic mean in this code? @property(nonatomic, retain) UITextField *theUsersName; What is the
another sql problem of mine .. this time the reader doesn't work properly (
(Hope this doesn't get duplicated; second attempt at submitting this question) I'm working on
This doesn't have to be Java, but it's what I'm dealing with. Also, not
This doesn't happen all the time. A bug is not a bug if cannot

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.