id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
312	Define format of a time field	sdm	mpo	"I think it would be useful if there was a possibility to define the format of a time field. 

For example, an application might want to use times that only contain hours and minutes, but not seconds.

Example fconf (just a thought):


{{{
'time1':{
   base: 'time',
   control: {
      base: 'input-control',
      format: 'HH:mm'
   }
}
}}}

If a format of HH:mm is defined, an input of 12:13:15 should be considered invalid, but 12:13 is a valid value. The default format would be HH:mm:ss, but if specified, the user defined format would be used instead."	enhancement	new	major	0.5	modules/kauri-forms			format time	kauri-discuss@…
