Skip to content

Instantly share code, notes, and snippets.

@tomaskavalek
Created January 27, 2020 08:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomaskavalek/3482f0bed050470c23b183bb818ea8fc to your computer and use it in GitHub Desktop.
Save tomaskavalek/3482f0bed050470c23b183bb818ea8fc to your computer and use it in GitHub Desktop.
Contributte DataGrid FilterDate localisation
<script src="{$basePath}/path/to/bootstrap-datepicker.cs.js"></script>
<?php
$grid->addFilterDate('dateField', 'Date Label')
->setAttribute('data-date-language', 'cs')
->setFormat('j. n. Y', 'd. m. yyyy');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment