« ^ »

jQery UI DatePickerの使い方

所要時間: 約 1分
<!DOCTYPE html>
<html>
    <head>
        <link rel="stylesheet" href="node_modules/jquery-ui/themes/base/all.css">
        <script src="node_modules/jquery-ui/external/jquery/jquery.js"></script>
        <script src="node_modules/jquery-ui/ui/widgets/datepicker.js"></script>
    </head>

    <body>
        <input type="text" id="datepicker">
        <script>
         $('#datepicker').datepicker();
        </script>
    </body>
</html>

https://res.cloudinary.com/symdon/image/upload/v1643526335/blog.symdon.info/1643524380/screen_rf7zj6.png