Subversion Repositories SmartDukaan

Rev

Rev 1036 | Rev 1430 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1036 Rev 1427
Line 228... Line 228...
228
    </div><!-- /main -->
228
    </div><!-- /main -->
229
 
229
 
230
	 $action.getFooterSnippet()
230
	 $action.getFooterSnippet()
231
 
231
 
232
	#include ( "templates/commonjsfiles.vm" )
232
	#include ( "templates/commonjsfiles.vm" )
-
 
233
	<script>
-
 
234
      $( "#datepicker" ).datepicker({
-
 
235
          changeMonth: true,
-
 
236
          changeYear: true,
-
 
237
          minDate: -20, maxDate: "+1M +10D"
-
 
238
        });
-
 
239
    </script>
233
  </body>
240
  </body>
234
</html>
241
</html>
235
242