Answers for "laravel blade date picker format"

PHP
0

laravel datepicker date format

<script src="https://code.jquery.com/jquery-1.12.4.js"></script>
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<script>
    $( function() {
        $('.date').datepicker();        
    });
</script>
Posted by: Guest on January-26-2021
0

blade format date

{!! htmlspecialchars_decode(date('j<\s\up>S</\s\up> F Y', strtotime('21-05-2020'))) !!}
Posted by: Guest on January-21-2021

Code answers related to "laravel blade date picker format"

Browse Popular Code Answers by Language