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.
我需要一个用于日期输入的文本字段,带有固定分隔符,以帮助用户检查他正在写的日期。我需要它在日期月份和年份之间使用“-”分隔符作为默认值:xx-xx-xxxx,当 x 在开始时只是空格,但在用户输入类似:03-05-1992 之后。我怎样才能得到这个?谢谢
使用JFormattedTextFieldwithSimpleDateFormat和,这里MaskFormatter的例子。
JFormattedTextField
SimpleDateFormat
MaskFormatter