Closed (fixed)
Project:
Webform
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Mar 2012 at 18:18 UTC
Updated:
27 May 2012 at 02:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
rvilarI attach a patch that replace 'small' date format with 'short' built-in.
Comment #2
quicksketchThanks, I thought at some point Drupal used "small" (which I agree is a dumb name), but I must have missed when that changed. Thanks for the patch, I'll take a look when I get a chance.
Comment #3
quicksketchThe related Drupal 7 change: #368408: Consistent date length nomenclature in format_date().
Even though in D6, the formats are called short, medium, and long in the UI, the format_date() function still takes small, medium, and large as the second parameter. Committed this patch to D7 only. Thanks for the patch!