Skip to content
This repository has been archived by the owner on Apr 18, 2020. It is now read-only.

Commit

Permalink
The milestone due date field now uses the date picker.
Browse files Browse the repository at this point in the history
  • Loading branch information
nirix committed Apr 21, 2013
1 parent 5e2e5e0 commit 17e3d19
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</div>
<div class="group">
<label><?php echo l('due'); ?></label>
<?php echo Form::text('due', array('value' => $milestone->due > 0 ? $milestone->due : '', 'placeholder' => 'YYYY-MM-DD HH:MM:SS')); ?>
<?php echo Form::text('due', array('value' => $milestone->due > 0 ? $milestone->due : '', 'placeholder' => 'YYYY-MM-DD HH:MM:SS', 'class' => 'datepicker', 'data-date-format' => "yy-mm-dd")); ?>
</div>
<div class="group">
<?php echo Form::label(l('status'), 'status'); ?>
Expand Down

0 comments on commit 17e3d19

Please sign in to comment.