The file that controls the format of the date for webform submissions e.g. when viewing a result is 'webform-submission-information.tpl.php' which referenced the 'large' date format. This needs to be changed to 'long' in order to give the user the ability to affect that date format by changing the 'long' date format in config options. See here for fixed version of the file: http://drupalcode.org/project/webform.git/blob/836b1c06301340ed25c14e9c4...

No credit to me, so thanks to whoever originally spotted this. I just couldn't see this here as a bug report so thought I'd report it.

Comments

quicksketch’s picture

Status: Active » Closed (duplicate)

This was fixed in #1621376: Large isn't a built-in date format in D7 core. Changed to long.. It should be in the 3.19 release already.

quicksketch’s picture