Are you trying to use the date picker to populate a form field? If
that's the case then it does that already, in your code use the id of
the form field you want to attach the date picker to. I could be wrong
but as far as I can tell that is the only way it can work.

$('#MyFormFieldID').datepicker



On Apr 10, 2:48 pm, Brad <bpham...@gmail.com> wrote:
> How do make the calendar post back to the same page when a date is
> selected? Thank in advance for your help!!!
>
> <script type="text/javascript">
>                        $(function(){
>
>                                // Datepicker
>                                $('#datepicker').datepicker({
>                                        inline: true,
>                                        minDate: -0,
>                                        maxDate: '1D +6M'
>                                });
>
>                        });
> </script>
>
> <!-- Datepicker -->
> <h2 class="demoHeaders">Datepicker</h2>
> <div id="datepicker"></div>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to jquery-ui@googlegroups.com
To unsubscribe from this group, send email to 
jquery-ui+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to