To change the default text of the input_date_tag away from “…” simply use the additional option calendar_button_txt. The following shows a “rich” calendar with the button labeled Change Me:
<?php echo input_date_tag(‘input_name’, ‘now’, array(‘rich’ => true, ‘calendar_button_txt’ => ‘Change Me’)); ?>
September 23rd, 2009 at 12:19 am
Thanks for your customized script. Their is one question for how can set calender image instead of button