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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T07:11:44+00:00 2026-05-26T07:11:44+00:00

I have troubles formatting two datetime (actually, it’s just the time part) values in

  • 0

I have troubles formatting two datetime (actually, it’s just the time part) values in my LINQ query. The values for time I’m getting in my gridview (gvDaily) have the following format: “HH:mm:ss-HH:mm:ss”. What I’d like to have is to have “HH:mm-HH:mm” time format, but I’m not sure how to accomplish it. Needless to mention that it’s the Time part of the query that I have problems with.

var dailyList = (from d in db.Daily
                         select d).ToList();

gvDaily.DataSource = from d in dailyList
                     orderby d.Datum
                     select new { d.idDaily, d.Biljeske, d.Datum, d.EfektivnoSati, Tvrtka = d.Ticket.Firma.Naziv, DailyManager = d.Kontakt.Ime + " " + d.Kontakt.Prezime, Ticket = d.Ticket.Opis, Time= d.TimeFrom+ "-" + d.TimeTo, d.TimeFrom, d.TimeTo, d.Opis, d.Ticket.Zatvoren, d.Ticket.IzdanRacun, TicketNumber = d.Ticket.idTicket + "-" + d.Ticket.RedniBroj, d.Dolazak };

Thank you in advance!

P.S. Custom formatting doesn’t work so I’m trying to find some other ideas.

  • 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-26T07:11:45+00:00Added an answer on May 26, 2026 at 7:11 am

    I don’t know whether LINQ to Entities supports custom formatting, but you could try

    Time= d.TimeFrom.ToString("HH:mm") + "-" + d.TimeTo.ToString("HH:mm")
    

    However, I’d personally keep the values as DateTime values in the LINQ to Entities part, and only transform to text in the .NET code. In particular, different cultures have different preferred ways of representing times, so you should probably respect that. Separate “fetching the data” from “presenting the data”.

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

Sidebar

Related Questions

I have just installed Delphi 2010 and got some troubles with idHTTP component. If
I am having dependency troubles. I have two classes: Graphic and Image . Each
I have the following query: SELECT o.OrderNumber, cast(o.DateOrdered as datetime), cast(oi.Category as varchar(max)) FROM
I have troubles using a foreign protocol in Objective-C. Is there any other solution
I'm writing an MPI C program. I have troubles debugging it, because whenever I
I have some troubles with positioning my label/password field. With this code they both
I'm having troubles releasing objects.. To explain it better I have included my code
I just started learning Java and I'm having trouble formatting string. In the problem
I have troubles to push my rails app on heroku. In my local server,
I have troubles with OpenGL textures on Motorola Milestone with 2.1 firmware. Each call

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.