Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何实现?我已经搜索了很多,但我不知道如何做到这一点。任何建议都非常感谢!
尝试这个
SimpleDateFormat s = new SimpleDateFormat("hh/mm/ss/MM/dd/yy"); String DToDevice = s.format(new Date());