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

    formatDate() - How to format to a localized date?

    Framework
    2
    2
    129
    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.
    • R
      realtebo last edited by

      I am doing this

      niceDate (value) {
          return formatDate(value, 'MMM D')
      },
      

      I need to format a date into italian format, D MMMM, but It uses english month names.

      How can I force italian language?

      1 Reply Last reply Reply Quote 0
      • s.molinari
        s.molinari last edited by

        https://quasar.dev/quasar-utils/date-utils#Format-for-display

        Scott

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