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. Web Development
  3. ASP.NET
  4. Date Control

Date Control

Scheduled Pinned Locked Moved ASP.NET
csharpasp-netquestion
5 Posts 3 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.
  • D Offline
    D Offline
    Deathorites
    wrote on last edited by
    #1

    Hello there Is there a date control that can view only the Month and year in ASP.Net???:) Deathorites

    N L 2 Replies Last reply
    0
    • D Deathorites

      Hello there Is there a date control that can view only the Month and year in ASP.Net???:) Deathorites

      N Offline
      N Offline
      NeverHeardOfMe
      wrote on last edited by
      #2

      Oh come on - I should think it would take all of 10 minutes to build such a control yourself! Phil

      D 1 Reply Last reply
      0
      • D Deathorites

        Hello there Is there a date control that can view only the Month and year in ASP.Net???:) Deathorites

        L Offline
        L Offline
        Lost User
        wrote on last edited by
        #3

        Well there is no need the have a control but its easy to create. If you want to go the simple way, just create a label field and set the text equal to the following code. [VB.Net/ASP.NET] Dim Today As Date = Date.Today lblDate.Text = Today.ToString("MMMM yyyy") RedBwoy

        D 1 Reply Last reply
        0
        • N NeverHeardOfMe

          Oh come on - I should think it would take all of 10 minutes to build such a control yourself! Phil

          D Offline
          D Offline
          Deathorites
          wrote on last edited by
          #4

          sorry i'm just a beginner in asp.net......

          1 Reply Last reply
          0
          • L Lost User

            Well there is no need the have a control but its easy to create. If you want to go the simple way, just create a label field and set the text equal to the following code. [VB.Net/ASP.NET] Dim Today As Date = Date.Today lblDate.Text = Today.ToString("MMMM yyyy") RedBwoy

            D Offline
            D Offline
            Deathorites
            wrote on last edited by
            #5

            Thanks for the info,i'm just a beginner in asp.net... Deathorites

            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