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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T10:43:46+00:00 2026-05-26T10:43:46+00:00

I tried the CONVERT(TIME,sample_datetime) , but my software does not recognize TIME as a

  • 0

I tried the CONVERT(TIME,sample_datetime), but my software does not recognize TIME as a type.

How do I take sample datetime and extract the time from it in one variable and the day of the week from it in another variable?

  • 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-26T10:43:46+00:00Added an answer on May 26, 2026 at 10:43 am

    DATEPART or DATENAME with DW will work for the day of the week depending on which format you need

    SELECT DATEPART(DW, GETDATE())
    SELECT DATENAME(DW, GETDATE())
    

    You can convert the datetime to a varchar with specific formatting to get just the time

    SELECT CONVERT(VARCHAR, GETDATE(), 14)
    

    2008 has a TIME datatype, but it doesn’t sound like you’re running that

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

Sidebar

Related Questions

I tried many things but I always get cannot convert string to membershipuser from
I tried the following DateTime start = Convert.ToDateTime(TextBox1.Text); DateTime end = Convert.ToDateTime(TextBox2.Text); if (DateTime.Now.Date
How do you convert a System.Drawing.Bitmap image to another type of image? I tried
Tried to map it from Preferences -> Settings -> Keyboard, but the key combo
I want to convert time to hh:mm from hh:mm:ss it comes from database (my
I am using glibs functions to convert epoch time to string as follows. But
I've tried to convert a UNIX Timestamp to todays date time. Like I have
Alright, nub question. I know. Basic response might be Convert.ToInt32(string); But naturally, C# does
I have tried but i am not able to figure this out. I have
I want to convert a primitive to a string, and I tried: myInt.toString(); This

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.