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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T02:07:27+00:00 2026-06-08T02:07:27+00:00

is it possible to override an editor template? I have DateTime fields in my

  • 0

is it possible to override an editor template?

I have DateTime fields in my model, which are used for arrival/departure dates – and these are rendered using the following EditorTemplate:

@model Nullable<System.DateTime> 

@if ( Model.HasValue ) { 
   @Html.TextBox( "" , String.Format( "{0:dd/MM/yyyy}" , Model.Value ) , new  { @class = "datepicker span2" } ) 
} 
else { 
   @Html.TextBox( "" , String.Format( "{0:dd/MM/yyyy}" , DateTime.Now ) , new { @class = "datepicker span2" } ) 
} 

…which will format datetime fields eg: 01/08/2012

However, I also want to show, in another field, the date AND time a booking was made eg:

22/07/2012 08:23

My model is:

    public DateTime Arrival { get; set; }
    public DateTime Departure { get; set; }
    public DateTime TimeBooked { get; set; }

I would like TimeBooked to show time as well – but the Editor Template obviously just shows the date.

Can this be overridden? Or is there another way of doing this?

Thank you,

Mark

  • 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-08T02:07:30+00:00Added an answer on June 8, 2026 at 2:07 am

    You can add a different named editor which shows time also and use an overload of EditorFor, which accepts template name as second parameter, like:

    EditorFor(m=>m.TimeBooked, “DateWithTimeTemplate”)

    MSDN help

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

Sidebar

Related Questions

I have some console.log commands spread through my site. Is it possible to override
Possible Duplicate: Override django-admin edit form field values for encrypted data The inline model
Is it possible to override the equivalence comparison in Javascript? The closest I have
Is it possible to override the settings in war file's WEB-INF/jboss-web.xml? I have a
Is it currently possible to override the structure constructor in Fortran? I have seen
Is it possible to override the html naming of fields in TabularInline admin forms
is it possible to override the methods in the yii model. for example i
I have an editor template for a custom object. Pretty basic - just has
so, just wondering if this is even possible i have been using the editor
Is it possible to override the template for the form type: sonata_type_collection? Ive tried

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.