Skip to content

Commit

Permalink
[ENH] LocalizedDateColumn default right orientation
Browse files Browse the repository at this point in the history
  • Loading branch information
n3o77 committed Jul 18, 2023
1 parent 336b538 commit 38a4ded
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ColumnType/LocalizedDateColumn.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ public function configureOptions(OptionsResolver $resolver): void
parent::configureOptions($resolver);

$resolver->setDefaults([
'attr' => ['class' => 'text-right'],
'date_format' => 'medium',
'time_format' => 'medium',
'locale' => null,
Expand Down

0 comments on commit 38a4ded

Please sign in to comment.