Date In One Or Two Month

 Index.php

************

<!DOCTYPE html>

<html>

<head>

        <title>Biaya Admin</title>      

        <link rel="stylesheet" type="text/css" href="/assets/plugins/daterangepicker/daterangepicker.css">


</head>

<body>

<input type="text" class="form-control tanggal" placeholder="Tanggal">

        <script src="/assets/js/app.min.js"></script>      

        <script src="/assets/plugins/daterangepicker/daterangepicker.js"></script>      

        <script>

            $(".tanggal").daterangepicker({

                locale: {

                    format: "DD MMM YYYY"

                }

            });

        </script>

</body>

</html>


=============

getFile :

https://drive.google.com/drive/folders/1UnCg-Dg3KS_1sXvWApJaVAqbuj-mvkvf?usp=sharing











Date In One Or Two Month Date In One  Or Two Month Reviewed by Leo on 22:08 Rating: 5

No comments