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.
我想创建一个日期/时间格式为 yyyy/mm/dd hh/mm/ss 的微调器。我有 netbeans,我正在使用它的 GUI 来创建微调器。我可以选择在微调器上显示日期和时间的日期模型,但它不是我想要的格式。
如何使用微调器上的 netbeans GUI 更改格式?
声明以下
import java.text.SimpleDateFormat; public SimpleDateFormat yourDate = new SimpleDateFormat("MM-dd-yyyy");