No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    How to select month and year only?

    Help
    3
    3
    2332
    Loading More Posts
    • 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
      Denni last edited by

      Me need to select only month of year. How can I do this?

      1 Reply Last reply Reply Quote 0
      • B
        btree last edited by

        Is this what you mean?
        https://www.w3schools.com/js/js_date_methods.asp

        var myDate = new Date();
        var month = myDate.getMonth();
        
        1 Reply Last reply Reply Quote 0
        • G
          granlatex last edited by

          Use a combination with the following properties:

          :emit-immediately=“true”
          default-view=“Months”
          mask=“YYYY/MM”

          1 Reply Last reply Reply Quote 0
          • First post
            Last post