Wiki

Clone wiki

grails-datatables / dateFormat

dateFormat

Values

Name Type Default
dateFormat String MM/dd/yyyy

Description

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

Example Configuration File Entry

grails.plugin.datatables.dateFormat = "MM/dd/yyyy"

See Also

Date Formatting, dbDateFormat, dateTimeFormat, timeFormat, dataType


Back to Options.

Updated