Hi
I am using this amazing plug-in for my site : http://www.ama3.com/anytime/
But i need help, if possible, to setup time only from 6am to 9 pm to be selectable if possible.
I did try some different settings but non of them worked.
I am using this so far but missing that range so if somebody can help me please.
<script type="text/javascript">
AnyTime.picker( "field1",
{ format: "%a %b %D %z.", firstDOW: 1 } );
$("#field2").AnyTime_picker(
{ format: "%h:%i %p",} );
</script>
thank you in advance!