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.
伙计们,这是一个简短的问题。用户输入时是否可以在 Zend_Form_Element_DateTextBox 上自动添加“斜线”?例如,等说我的格式是 dd/mm/yyyy 。所以用户会开始打字12,系统会自动/在它后面添加。因此,在键入日期时,您不必添加它们,而只需简单地,例如,键入12052009会正确地将其格式化为12/05/2009
12
/
12052009
12/05/2009
不,这不对。而且我认为添加到 dojo 功能中并不是一件好事。
如果有人想输入 2009 年 1 月 1 日怎么办:
然后你会自动得到 11/20/09。您必须以某种方式要求用户使用零(01/01/2009)!会很沮丧!