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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T15:34:55+00:00 2026-05-12T15:34:55+00:00

I have a combo box that I want to bind to a list of

  • 0

I have a combo box that I want to bind to a list of datetime objects, but I want to show the datetime objects in short time format. I’m pretty sure I need to use some form of data template for this, but I can’t figure out how to bind to the datetime object’s ToShortTime method within the data template.

Can someone point me in the right direction?

  • 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-12T15:34:55+00:00Added an answer on May 12, 2026 at 3:34 pm

    Assuming you’re using .NET 3.0 or 3.5 with SP1, you can simply use the StringFormat to specify the format, for example:

    <TextBlock Text="{Binding Source={x:Static sys:DateTime.Now}, StringFormat='{}{0:t}'}" />
    

    Will show the current date time with short time format (‘t’ standard date time format modifier, exactly the same as calling DateTime.Now.ToString(“t”)).

    Edit: If you’re already in a data template having a DateTime as the DataContext, just use:

    <TextBlock Text="{Binding StringFormat='{}{0:t}'}" />
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a combo box that I bind to an observable collection, which gets
I have a combo box on a form that I want to populate with
I have a DataTable (or Generic List) that I want to bind to 2
I want to bind a combo box to a list of Device, List. I
I have a combobox that I bind to a list of objects with three
I have a combo box that when I open it should show text like
The problem: I have a combo box that needs to fit into a fixed
I have a combo box in a C# Windows form application that is being
For example, i have an array in CodeBehind, that i want to bind to
So I just want to make a simple combo box that has 2 values,

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.