Hello everyone, I'm new so maybe this question is dumb but I cant seem
to find how to display in the input box today's date when the page
loads with datepicker. If there is another way to do it please let me
know. So far Ive been working with the demos so this is what I have so
far as the function call:

<script type="text/javascript">
        $(function() {


                $('#datepicker').datepicker({
                        numberOfMonths: 2,
                        showButtonPanel: true,
                        dateFormat: 'yy-mm-dd'
                });
        });
        </script>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to