Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. How can find weekday name?

How can find weekday name?

Scheduled Pinned Locked Moved C / C++ / MFC
questionhelp
5 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Offline
    L Offline
    Le rner
    wrote on last edited by
    #1

    Hi all, i have a date in dd/mm/yyyy format . i want to find weekday name with help of this. please tell me how can i do this. thanks in advance.

    IN A DAY, WHEN YOU DON'T COME ACROSS ANY PROBLEMS - YOU CAN BE SURE THAT YOU ARE TRAVELLING IN A WRONG PATH

    Steve EcholsS 1 Reply Last reply
    0
    • L Le rner

      Hi all, i have a date in dd/mm/yyyy format . i want to find weekday name with help of this. please tell me how can i do this. thanks in advance.

      IN A DAY, WHEN YOU DON'T COME ACROSS ANY PROBLEMS - YOU CAN BE SURE THAT YOU ARE TRAVELLING IN A WRONG PATH

      Steve EcholsS Offline
      Steve EcholsS Offline
      Steve Echols
      wrote on last edited by
      #2

      COleDateTime dt("9/24/2008"); CString dayNameLong = dt.Format("%A"); CString dayNameShort = dt.Format("%a");


      - S 50 cups of coffee and you know it's on! A post a day, keeps the white coats away!

      • S
        50 cups of coffee and you know it's on!
        Code, follow, or get out of the way.
      L 1 Reply Last reply
      0
      • Steve EcholsS Steve Echols

        COleDateTime dt("9/24/2008"); CString dayNameLong = dt.Format("%A"); CString dayNameShort = dt.Format("%a");


        - S 50 cups of coffee and you know it's on! A post a day, keeps the white coats away!

        L Offline
        L Offline
        Le rner
        wrote on last edited by
        #3

        thanks.

        IN A DAY, WHEN YOU DON'T COME ACROSS ANY PROBLEMS - YOU CAN BE SURE THAT YOU ARE TRAVELLING IN A WRONG PATH

        S 1 Reply Last reply
        0
        • L Le rner

          thanks.

          IN A DAY, WHEN YOU DON'T COME ACROSS ANY PROBLEMS - YOU CAN BE SURE THAT YOU ARE TRAVELLING IN A WRONG PATH

          S Offline
          S Offline
          santhoshv84
          wrote on last edited by
          #4

          Hi, Use this link.This will be usefull.. http://www.codeproject.com/KB/datetime/dateclass.aspx[^]

          The price of anything is the amount of life you exchange for it. Thanks and Regards. SANTHOSH V

          T 1 Reply Last reply
          0
          • S santhoshv84

            Hi, Use this link.This will be usefull.. http://www.codeproject.com/KB/datetime/dateclass.aspx[^]

            The price of anything is the amount of life you exchange for it. Thanks and Regards. SANTHOSH V

            T Offline
            T Offline
            ThatsAlok
            wrote on last edited by
            #5

            One of best article on DATE and TIME understanding, i must say that!

            "Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
            Never mind - my own stupidity is the source of every "problem" - Mixture

            cheers, Alok Gupta VC Forum Q&A :- I/IV Support CRY- Child Relief and You/xml>

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups