I am using the datepicker in jquery ui version 1.10.4 which can produce the trigger button when set option by following:
$('#datetimepicker').datepicker({
dateFormat: 'yy-mm-dd',
showOn: 'both',
minDate: new Date()
});
But when run the script button was came under the input box. So, How Can I make the button the button inline with the input text box by any methods.
Thank you in advanced