]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
using correct date string now in developers form sandbox
authorCash Costello <cash.costello@gmail.com>
Fri, 28 Oct 2011 11:43:58 +0000 (07:43 -0400)
committerCash Costello <cash.costello@gmail.com>
Fri, 28 Oct 2011 11:43:58 +0000 (07:43 -0400)
mod/developers/views/default/theme_preview/forms.php

index efbe0b5a0882385fcffb37a920ff5e4a2a86521a..6b59ef6d7c114f07e74169b683145916d9db3664 100644 (file)
                        <?php echo elgg_view('input/date', array(
                                        'name' => 'f12',
                                        'id' => 'f12',
-                                       'value' => '12/12/2012'
+                                       'value' => '2012-12-31',
                                        ));
                        ?>
                </div>