Wiki

Clone wiki

grails-datatables / timeFormat

timeFormat

Values

Name Type Default
timeFormat String HH:mm:ss

Description

timeFormat is a configuration option that allows you to specify the format for time values within your table. Refer to the SimpleDateFormat API documentation for the pattern definition.

Example Configuration File Entry

grails.plugin.datatables.timeFormat = "HH:mm:ss"

See Also

Date Formatting, dbTimeFormat, dateFormat, dateTimeFormat, dataType


Back to Options.

Updated