I am running a Customer management and follow up system called Infusionsoft.
I can create secure webforms (https connections) for my clients to use that are hosted by that company. They have form "Builder" that lets you drag and drop elements onto the form. One of the elements is an "HTML" element that will let you insert code. I am trying to implement a "Date Picker" for a date field that is on the form. I found that I could use this code to get the Calendar to appear: <link rel="stylesheet" type="text/css" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.11/themes/base/jquery-ui.css" /> <script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.11/jquery-ui.min.js" type="text/javascript"></script> <script type="text/javascript">jQuery('#inf_custom_xxxxxxxxxxxxxxxxxx').datepicker();</script> . . . with one exception. It formats the date like this: mm/dd/yy I need it to display and submit the selection in this format: dd/mm/yy I was looking here: http://api.jqueryui.com/datepicker/#option-dateFormat . . . but I really am not sure how to integrate that into the above code. Can someone assist with this, OR, is there an option or reference within the Google Libraries that I can use that will cover this need? How do I search for it as I am having no luck finding it. Thanks for the assistance. -- -- You received this message because you are subscribed to the Google Groups "Google AJAX APIs" group. To post to this group, send email to google-ajax-search-api@googlegroups.com To unsubscribe from this group, send email to google-ajax-search-api+unsubscr...@googlegroups.com To view this message on the web, visit https://groups.google.com/d/msg/google-ajax-search-api/-/QMcfn_GMXBcJ For more options, visit this group at http://groups.google.com/group/google-ajax-search-api?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "Google AJAX APIs" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-ajax-search-api+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.