Closed (duplicate)
Project:
Webform
Version:
7.x-3.18
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Oct 2012 at 15:53 UTC
Updated:
19 Jun 2013 at 02:39 UTC
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
Comment #1
quicksketchThis 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.
Comment #2
quicksketchRelevant similar issue: #1346536: Make submission date display formats configurable