Issue 76: Time on issues should show time as well as date

This commit is contained in:
Nathan Adams
2015-09-06 14:42:10 -05:00
parent 420d4fdd26
commit 8b486e74ea
6 changed files with 102 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
<?php
class Pluf_Form_Field_TimeZone extends Pluf_Form_Field
{
public $widget = 'Pluf_Form_Widget_TimeZoneInput';
}