Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. How set international Date format presentation in Qt-embedded arm?
Qt 6.11 is out! See what's new in the release blog

How set international Date format presentation in Qt-embedded arm?

Scheduled Pinned Locked Moved Mobile and Embedded
1 Posts 1 Posters 1.5k 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.
  • K Offline
    K Offline
    Kaijun
    wrote on last edited by
    #1

    If I set Chinese language environment in linux, I can display Chinese date format in Qt QML using following
    var date = new Date;
    mydate = Qt.formatDate(date, "yyyy MMMM dd dddd");

    Now I cross-compiled it for arm platform. I want to use Qt embedded in console rather than Qt-X11 in X window, and run application -qws. As a result, the date is still in English format. How can I get date displayed in locale format in a non-X11 environment?

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved